From 8f1cc442ac47b2308d5b87f4f8dad21f47c77fd4 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 4 Jun 2024 17:10:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=AB=8B=E9=A1=B9=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AttachmentUpload.vue | 9 +++++---- src/views/project-management/filing/index.vue | 2 +- src/views/project-management/initiation/apply.vue | 2 +- vite.config.js | 14 +++++++------- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/components/AttachmentUpload.vue b/src/components/AttachmentUpload.vue index 400e929..aa5ed37 100644 --- a/src/components/AttachmentUpload.vue +++ b/src/components/AttachmentUpload.vue @@ -4,12 +4,12 @@ - diff --git a/src/views/project-management/implementation/phaseDetail.vue b/src/views/project-management/implementation/phaseDetail.vue new file mode 100644 index 0000000..5a9813c --- /dev/null +++ b/src/views/project-management/implementation/phaseDetail.vue @@ -0,0 +1,55 @@ + + + + + diff --git a/src/views/project-management/initiation/apply.vue b/src/views/project-management/initiation/apply.vue index 23594e3..613f8e2 100644 --- a/src/views/project-management/initiation/apply.vue +++ b/src/views/project-management/initiation/apply.vue @@ -108,7 +108,7 @@ const compositeParam = (item) => { originalFileName: item.originalFilename, fileType: item.fileType, url: item.url, - newFile: true, + newFile: false, tag: tag } } diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 58fd58d..b67f494 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -36,6 +36,7 @@ +