From 1bc8f26724ea0ba9112fe06d0edb8a6edb6748e2 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Fri, 7 Jun 2024 18:28:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-demand/summary/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index 40d66cc..9215685 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -442,7 +442,7 @@ const handleResubmit = debounce(() => { requirementId: route.query.id ? route.query.id : '-1' } console.log('重新提交params', params, formData.value) - if (!attachment.value.isSingleFile) { + if (!attachment.value.isSingleFile&&!formData.value.singleFile) { attachment.value.validate() ElNotification({ title: '提示',