[issues/530]JVxeTable 的JVxeTypes.image类型,无法全部删除上传图片

pull/581/head
zhangdaiscott 2023-06-07 09:21:10 +08:00
parent 60394a73be
commit f1b61f87c5
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ export function useFileCell(props, fileType: UploadTypeEnum, options?) {
if (path) {
innerFile.value.path = path;
handleChangeCommon(innerFile.value);
} else {
//update-begin-author:liusq date:2023-06-05 for: [issues/530]JVxeTable 的JVxeTypes.image类型无法全部删除上传图片
handleChangeCommon(null);
//update-end-author:liusq date:2023-06-05 for: [issues/530]JVxeTable 的JVxeTypes.image类型无法全部删除上传图片
}
}