diff --git a/pages/WarehouseManage/ErrorOutUnlock.vue b/pages/WarehouseManage/ErrorOutUnlock.vue index dff8189..e1fde1e 100644 --- a/pages/WarehouseManage/ErrorOutUnlock.vue +++ b/pages/WarehouseManage/ErrorOutUnlock.vue @@ -51,7 +51,7 @@ }, async _abnormalOut () { this.disabled1 = true - if (!this.val1 || !this.val2) { + if (!this.val1 && !this.val2) { this.disabled1 = false return }