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 }