From 47a2a547bb655208b561e3d75f772fe56672a81d Mon Sep 17 00:00:00 2001 From: luofann Date: Tue, 10 Sep 2024 20:52:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BB=BB=E5=8A=A1=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E7=BC=96=E8=BE=91=E7=82=B9=E5=87=BB=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E6=AD=A5=E8=BF=94=E5=9B=9E=E8=B7=AF=E5=BE=84=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20--bug=3D129837561?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../taskTemplate/components/commonStep.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/pc/src/views/processManagement/taskTemplate/components/commonStep.vue b/frontend/pc/src/views/processManagement/taskTemplate/components/commonStep.vue index 1aa11309..57979be5 100644 --- a/frontend/pc/src/views/processManagement/taskTemplate/components/commonStep.vue +++ b/frontend/pc/src/views/processManagement/taskTemplate/components/commonStep.vue @@ -272,10 +272,10 @@ if (isDraft) { return; } - if (this.step === 2) { - this.$parent.backTab(); - return; - } + // if (this.step === 2) { + // this.$parent.backTab(); + // return; + // } const stepIndex = type === 'previous' ? this.step - 1 : this.step + 1; const temp = { id: stepIndex + 1,