From 59e2fa33301c76d02c4744160cee2a3672ef37c0 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 16 Aug 2024 11:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SecondPhase/slitting/SubRollWeight.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/SecondPhase/slitting/SubRollWeight.vue b/pages/SecondPhase/slitting/SubRollWeight.vue index 66e33cd..4dada5d 100644 --- a/pages/SecondPhase/slitting/SubRollWeight.vue +++ b/pages/SecondPhase/slitting/SubRollWeight.vue @@ -32,7 +32,7 @@ - + @@ -61,7 +61,7 @@ methods: { async _doSubRollWeightBinding () { this.disabled = true - if (!this.val1 || !this.val2 || !this.val3) { + if (!this.val1 || (!this.val2 && !this.val3)) { this.disabled = false return }