feat(ProjectAttachment): 优化文件上传标签逻辑

This commit is contained in:
dj
2025-04-03 00:09:41 +08:00
parent bf34d8aa0c
commit 119e3d8333

View File

@@ -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) => {