From f61d50dbfc1a05a571d140a5c6ea08260a25e283 Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Fri, 23 May 2025 09:07:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=A4=A7=E5=B0=8F=E9=99=90?= =?UTF-8?q?=E5=88=B6=E5=B9=B6=E4=BC=98=E5=8C=96=E9=99=84=E4=BB=B6=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DetailComponent/ProjectAttachment.vue | 1 + src/components/FileUpload.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/DetailComponent/ProjectAttachment.vue b/src/components/DetailComponent/ProjectAttachment.vue index 9919ec7..5ab0b51 100644 --- a/src/components/DetailComponent/ProjectAttachment.vue +++ b/src/components/DetailComponent/ProjectAttachment.vue @@ -420,6 +420,7 @@ const getAttachmentList = () => { nextTick(() => { showAttachmentTable.value = true }) + activeName.value = 'all' loading.close() } else { ElNotification({ diff --git a/src/components/FileUpload.vue b/src/components/FileUpload.vue index 52df26b..ad783c6 100644 --- a/src/components/FileUpload.vue +++ b/src/components/FileUpload.vue @@ -39,7 +39,7 @@ const props = defineProps({ }, maxSize: { type: Number, - default: 30 + default: 999999 }, showFileList: { type: Boolean,