From 06524178c72a53834f358f9e74529e7829db5362 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 6 Jul 2024 22:38:31 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=B9=B4=E5=BA=A6=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-demand/summary/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project-demand/summary/index.vue b/src/views/project-demand/summary/index.vue index 8872161..3b8c7b1 100644 --- a/src/views/project-demand/summary/index.vue +++ b/src/views/project-demand/summary/index.vue @@ -312,7 +312,7 @@ const handleExport = () => { router.push({ name: 'Plan/detail', query: { - id: res.data + annualPlanId: res.data } }) }