From cce53977d9bf7ae10c0b7c02df5fceac7eb143ae Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 24 Mar 2025 11:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E8=B5=84=E4=BA=A7=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=88=A0=E9=99=A4=E4=BF=9D=E5=AD=98=E4=B8=8D=E5=A5=BD?= =?UTF-8?q?=E4=BD=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/basic/fixedAssets/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/eam/basic/fixedAssets/index.vue b/src/views/eam/basic/fixedAssets/index.vue index 0947439..c13f56d 100644 --- a/src/views/eam/basic/fixedAssets/index.vue +++ b/src/views/eam/basic/fixedAssets/index.vue @@ -201,6 +201,7 @@ const formsSuccess = async (formType,data) => { } if(data.activeTime==0)data.activeTime = null; if (data.expireTime == 0) data.expireTime = null; + data.filePathList = [] if (data.upload != null && data.upload != "") { data.filePathList = data?.upload?.map((item: any) => { return item.url