This commit is contained in:
2023-04-21 13:52:17 +08:00
parent f36fef6019
commit d585378307

View File

@@ -51,7 +51,7 @@
},
async _abnormalOut () {
this.disabled1 = true
if (!this.val1 || !this.val2) {
if (!this.val1 && !this.val2) {
this.disabled1 = false
return
}