From ff8e3e5b71d1622ec8080e4142aa28dea47f6396 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 9 Jul 2024 16:57:53 +0800 Subject: [PATCH] add --- src/views/cost_approved_projects/index.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/cost_approved_projects/index.vue b/src/views/cost_approved_projects/index.vue index 620dad0..ec429fb 100644 --- a/src/views/cost_approved_projects/index.vue +++ b/src/views/cost_approved_projects/index.vue @@ -122,7 +122,8 @@ const queryParams = reactive({ business_nature: route.query.business_nature ?? '', industry_nature: '', fund_sources: '', - const_area: '' + const_area: '', + type_value: route.query.type_value ?? '', }) // 选中数据 @@ -161,9 +162,9 @@ const handleEdit = async (data: any) => { } const link = (data: any) => { - const business_nature_id = route.query.business_nature ?? 1 + const business_nature_id = route.query.type_value ?? 1 switch (business_nature_id) { - case '1': + case 'supervision': router.push({ path: '/supervision/supervision_basic/supervision_project', query: { @@ -172,7 +173,7 @@ const link = (data: any) => { } }) break - case '2': + case 'management': router.push({ path: '/management/manage_basic/manage_project', query: { @@ -181,7 +182,7 @@ const link = (data: any) => { } }) break - case '3': + case 'consult': router.push({ path: '/consult/consult_basic/consult_project', query: { @@ -190,7 +191,7 @@ const link = (data: any) => { } }) break - case '4': + case 'cost_project': router.push({ path: '/cost_consultation/cost_consultation_project/cost_project', query: {