From 30a8ceb4243d99f3985e4f0262c71cf485de72ed Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 27 May 2024 22:38:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index b4b96c7..6249b3a 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -166,7 +166,7 @@ const handleView = (row) => { name: 'Summary/detail', query: { id: row.targetId, - projectId: row.projectId, + projectId: row.targetId, state: row.state } }) @@ -175,7 +175,7 @@ const handleView = (row) => { name: 'Initiation/detail', query: { id: row.targetId, - projectId: row.projectId, + projectId: row.targetId, state: row.state } }) @@ -184,7 +184,7 @@ const handleView = (row) => { name: 'Implementation/detail', query: { id: row.targetId, - projectId: row.projectId, + projectId: row.targetId, state: row.state } }) @@ -193,7 +193,7 @@ const handleView = (row) => { name: 'Filing/detail', query: { id: row.targetId, - projectId: row.projectId, + projectId: row.targetId, state: row.state } })