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,