From 802e7e098371bdb598b5be06dd7dbdff5814b353 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Sat, 14 Sep 2024 13:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/supervise/terminal/index.vue | 2 -- src/views/system/bpm/task/todo/index.vue | 17 +++-------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/src/views/pqs/supervise/terminal/index.vue b/src/views/pqs/supervise/terminal/index.vue index 14d08de3..b7a5765b 100644 --- a/src/views/pqs/supervise/terminal/index.vue +++ b/src/views/pqs/supervise/terminal/index.vue @@ -43,8 +43,6 @@ watch(() => route.query.t, async (newValue, oldValue) => { let type = (route.query.type as string) || 'null' if (type == '1') { activeName.value = '1' - } else { - activeName.value = '4' } id.value = (route.query.id as string) || 'null' id.value = id.value + '@' + route.query.t diff --git a/src/views/system/bpm/task/todo/index.vue b/src/views/system/bpm/task/todo/index.vue index 4710a2e9..8f310926 100644 --- a/src/views/system/bpm/task/todo/index.vue +++ b/src/views/system/bpm/task/todo/index.vue @@ -3,20 +3,9 @@