fix(ProjectAttachment): 重新获取附件列表
在删除附件后,添加了重新获取附件列表的调用,以确保界面上的附件列表是最新的。
This commit is contained in:
@@ -346,6 +346,7 @@ const handleSubmit = async () => {
|
|||||||
// list.forEach(item => {
|
// list.forEach(item => {
|
||||||
// otherAttachmentList.value.push(item)
|
// otherAttachmentList.value.push(item)
|
||||||
// })
|
// })
|
||||||
|
getAttachmentList()
|
||||||
}
|
}
|
||||||
fileList.value = []
|
fileList.value = []
|
||||||
// changeFileList('all',true)
|
// changeFileList('all',true)
|
||||||
|
|||||||
Reference in New Issue
Block a user