From 86a9495e5a596a11671a0ccd81890ce9bf1f06b2 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 15 Aug 2024 13:54:25 +0800 Subject: [PATCH] no message --- pages/SecondPhase/slitting/CacheCut.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/SecondPhase/slitting/CacheCut.vue b/pages/SecondPhase/slitting/CacheCut.vue index 14b84c3..4b612ae 100644 --- a/pages/SecondPhase/slitting/CacheCut.vue +++ b/pages/SecondPhase/slitting/CacheCut.vue @@ -24,7 +24,7 @@ - + @@ -110,7 +110,7 @@ this.disabled = false return } - if ((!this.index || this.index2 === 'B2') && type === 2) { + if ((!this.index || this.index2 !== 'B2') && type === 2) { this.disabled = false return }