[issues/530]JVxeTable 的JVxeTypes.image类型,无法全部删除上传图片
This commit is contained in:
parent
60394a73be
commit
f1b61f87c5
|
@ -65,6 +65,10 @@ export function useFileCell(props, fileType: UploadTypeEnum, options?) {
|
||||||
if (path) {
|
if (path) {
|
||||||
innerFile.value.path = path;
|
innerFile.value.path = path;
|
||||||
handleChangeCommon(innerFile.value);
|
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类型,无法全部删除上传图片
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue