fix(ProjectAttachment): 重新获取附件列表

在删除附件后,添加了重新获取附件列表的调用,以确保界面上的附件列表是最新的。
This commit is contained in:
dj
2025-05-22 23:08:27 +08:00
parent c7329f2f6d
commit 66dc6df0d9

View File

@@ -346,6 +346,7 @@ const handleSubmit = async () => {
// list.forEach(item => {
// otherAttachmentList.value.push(item)
// })
getAttachmentList()
}
fileList.value = []
// changeFileList('all',true)