[issues/248]原生表单内使用图片组件,关闭弹窗图片组件值不会被清空

pull/340/head
zhangdaiscott 2022-11-26 10:18:47 +08:00
parent 104e975a13
commit 787e763b9d
1 changed files with 3 additions and 0 deletions

View File

@ -182,6 +182,9 @@
if (file.status != 'uploading') {
fileList.forEach((file) => {
if (file.status === 'done') {
//update-begin---author:wangshuai ---date:20221121 for[issues/248]使,------------
initTag.value = true;
//update-end---author:wangshuai ---date:20221121 for[issues/248]使,------------
fileUrls.push(file.response.message);
}
});