From d67f3f296f084ad3d1ea8f7d5fc046579d8fafee Mon Sep 17 00:00:00 2001 From: hLinx <327159425@qq.com> Date: Thu, 15 Sep 2022 14:31:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?bugfix:=20=E4=BD=9C=E4=B8=9A=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E8=B0=83=E8=AF=95=E5=90=8E=E7=82=B9=E5=87=BB=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=98=BE=E7=A4=BA=E6=89=A7=E8=A1=8C=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=20#1285?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/executive-history/task-detail/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/frontend/src/views/executive-history/task-detail/index.vue b/src/frontend/src/views/executive-history/task-detail/index.vue index 0f7441e4d8..eb4435fd3d 100644 --- a/src/frontend/src/views/executive-history/task-detail/index.vue +++ b/src/frontend/src/views/executive-history/task-detail/index.vue @@ -333,6 +333,15 @@ window.open(router.href); }, routerBack () { + if (this.formData.taskExecution.debugTask) { + this.$router.push({ + name: 'templateDetail', + params: { + id: this.formData.taskExecution.templateId, + }, + }); + return; + } const { from } = this.$route.query; if (from === 'viewPlan') { this.$router.push({ From d3a2c90433bf2935852f59d0d21c24cf024fff2a Mon Sep 17 00:00:00 2001 From: hLinx <327159425@qq.com> Date: Thu, 15 Sep 2022 15:03:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?bugfix:=20=E6=97=A0=E6=9D=83=E9=99=90?= =?UTF-8?q?=E7=94=A8=E6=88=B7,=E6=94=B6=E8=97=8F=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=92=8C=E6=89=A7=E8=A1=8C=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E4=B8=80=E8=87=B4=20#1286?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../task-manage/common/plan/list/index.vue | 19 ++-- .../src/views/task-manage/list/index.vue | 87 +++++++++++-------- 2 files changed, 58 insertions(+), 48 deletions(-) diff --git a/src/frontend/src/views/task-manage/common/plan/list/index.vue b/src/frontend/src/views/task-manage/common/plan/list/index.vue index 746a4db63c..66aa2ea41e 100644 --- a/src/frontend/src/views/task-manage/common/plan/list/index.vue +++ b/src/frontend/src/views/task-manage/common/plan/list/index.vue @@ -162,24 +162,21 @@ active: selectPlanInfo.id === row.id, }">