Browse Source

固定资产图片删除保存不好使

master
zhaoyiran 2 weeks ago
parent
commit
cce53977d9
  1. 1
      src/views/eam/basic/fixedAssets/index.vue

1
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

Loading…
Cancel
Save