From 5835e0779eeb72ed1cfc32f88bbe7f93367b230a Mon Sep 17 00:00:00 2001 From: yanfeiyong <2060201549@qq.com> Date: Fri, 30 May 2025 11:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/myTask-info/index.vue | 2 +- src/views/myTask/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/myTask-info/index.vue b/src/views/myTask-info/index.vue index 09de83a..e0cb682 100644 --- a/src/views/myTask-info/index.vue +++ b/src/views/myTask-info/index.vue @@ -479,7 +479,7 @@ function goInfo(type, row) { } if (type == 2) { router.push({ - name: "mytaskAuditInfo", + name: "WebZC-info", query: { pageType: "change", taskId: row.taskId, diff --git a/src/views/myTask/index.vue b/src/views/myTask/index.vue index 0e0bdb5..087c785 100644 --- a/src/views/myTask/index.vue +++ b/src/views/myTask/index.vue @@ -397,8 +397,9 @@ function goInfo(row) { // 开始核查 function delInfo(row) { console.log(row); + proxy.setActiveMenu("/myTask2"); router.push({ - name: "mytaskInfo", + name: "Mytask-info", query: { pageType: "info", id: row.id,