This commit is contained in:
蔡玲
2024-09-05 13:12:53 +08:00
parent c0bc3ca658
commit b4f459a974
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
async _handheldRack () {
this.disabled = true
if (!this.val1 || !this.val2) {
this.disabled1 = false
this.disabled = false
return
}
try {

View File

@@ -70,7 +70,7 @@
async _handheldStorehouse () {
this.disabled = true
if (!this.val1 || this.index1 === '') {
this.disabled1 = false
this.disabled = false
return
}
try {

View File

@@ -57,7 +57,7 @@
async _handheldTranshipment () {
this.disabled = true
if (!this.val1 || !this.val2) {
this.disabled1 = false
this.disabled = false
return
}
try {