From 05275aed1591a4a85f68923124af111da70b0ac1 Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Wed, 28 May 2025 23:53:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E5=BD=92=E6=A1=A3?= =?UTF-8?q?=E9=99=84=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DetailComponent/ProjectApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DetailComponent/ProjectApply.vue b/src/components/DetailComponent/ProjectApply.vue index d858451..d8c47c4 100644 --- a/src/components/DetailComponent/ProjectApply.vue +++ b/src/components/DetailComponent/ProjectApply.vue @@ -694,9 +694,9 @@ const handleSubmit = async (instance) => { projectPersonIds.push(parseInt(item.id)) } let params = { + ...localFormData.value, deploymentId: deploymentId.value, requirementId: route.query.id, - ...localFormData.value, fileList: files, // singleFile: attachment.value.singleFile, projectId: route.query.projectId,