From d585378307db2ded9bfbcfdc403099e97ca5d918 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 21 Apr 2023 13:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/WarehouseManage/ErrorOutUnlock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }