From b4cfb8a5c61a339f7f0df8dd8bd1e8d050899fd5 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 18 Jul 2024 14:52:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-management/implementation/attachment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project-management/implementation/attachment.vue b/src/views/project-management/implementation/attachment.vue index dca9700..f9173a2 100644 --- a/src/views/project-management/implementation/attachment.vue +++ b/src/views/project-management/implementation/attachment.vue @@ -175,7 +175,7 @@ const handleUpload = () => { router.push({ name: 'Implementation/upload', query: { - id: route.query.id + projectId: route.query.id } }) }