From b7ebd66729dc0393884a7b6f6a78b8767a27f575 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 18 May 2024 22:08:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AttachmentUpload.vue | 89 ++++++++++++------- .../implementation/check.vue | 52 ++--------- .../implementation/index.vue | 2 +- 3 files changed, 67 insertions(+), 76 deletions(-) diff --git a/src/components/AttachmentUpload.vue b/src/components/AttachmentUpload.vue index 49aa5e9..ae0fbd3 100644 --- a/src/components/AttachmentUpload.vue +++ b/src/components/AttachmentUpload.vue @@ -3,7 +3,7 @@ - + @@ -25,7 +25,10 @@ diff --git a/src/views/project-management/implementation/check.vue b/src/views/project-management/implementation/check.vue index ee49e07..edbf2f4 100644 --- a/src/views/project-management/implementation/check.vue +++ b/src/views/project-management/implementation/check.vue @@ -11,8 +11,8 @@ + @getAttachment="getAttachment" + @getOtherFile="getOtherFile" :showFileList="true"/>
提交
@@ -20,15 +20,16 @@