From 119e3d83332269a900612b494f91682aa0dc905d Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Thu, 3 Apr 2025 00:09:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(ProjectAttachment):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=A0=87=E7=AD=BE=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DetailComponent/ProjectAttachment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DetailComponent/ProjectAttachment.vue b/src/components/DetailComponent/ProjectAttachment.vue index e3e0e93..3192b5a 100644 --- a/src/components/DetailComponent/ProjectAttachment.vue +++ b/src/components/DetailComponent/ProjectAttachment.vue @@ -261,7 +261,7 @@ const compositeParam = (item) => { fileType: item.fileType, url: item.url, newFile: true, - tag: getTagName(activeName.value), + tag: getTagName(activeName.value) || '项目实施', } } const getFile = (val) => {