From 66dc6df0d961afadfa57a5187788f00d0e7ed871 Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Thu, 22 May 2025 23:08:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(ProjectAttachment):=20=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=99=84=E4=BB=B6=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在删除附件后,添加了重新获取附件列表的调用,以确保界面上的附件列表是最新的。 --- src/components/DetailComponent/ProjectAttachment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DetailComponent/ProjectAttachment.vue b/src/components/DetailComponent/ProjectAttachment.vue index bb7833b..9919ec7 100644 --- a/src/components/DetailComponent/ProjectAttachment.vue +++ b/src/components/DetailComponent/ProjectAttachment.vue @@ -346,6 +346,7 @@ const handleSubmit = async () => { // list.forEach(item => { // otherAttachmentList.value.push(item) // }) + getAttachmentList() } fileList.value = [] // changeFileList('all',true)