From d3b12bd64ca8c59a87e3b64a7a9415aabcdbe698 Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Wed, 9 Apr 2025 09:37:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=AE=9E=E6=96=BD=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DetailComponent/ProjectAttachment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DetailComponent/ProjectAttachment.vue b/src/components/DetailComponent/ProjectAttachment.vue index d834566..d235575 100644 --- a/src/components/DetailComponent/ProjectAttachment.vue +++ b/src/components/DetailComponent/ProjectAttachment.vue @@ -273,7 +273,7 @@ const getFile = (val) => { console.log('上传文件', val) let fileObj = compositeParam(val) fileList.value.push(fileObj) - handleSubmit(fileList.value) + handleSubmit([fileObj]) } const handleSubmit = async (list) => {