diff --git a/pages/SecondPhase/slitting/PaperBind.vue b/pages/SecondPhase/slitting/PaperBind.vue index de34cbd..09603e1 100644 --- a/pages/SecondPhase/slitting/PaperBind.vue +++ b/pages/SecondPhase/slitting/PaperBind.vue @@ -131,7 +131,12 @@ title: res.message, icon: 'none' }) - this.clearUp() + if (type === '1') { + this.index1 = '' + this.index2 = '' + } else { + this.clearUp() + } this.disabled = false } catch (e) { this.disabled = false