update ruoyi-ui/src/components/FileUpload/index.vue.

This commit is contained in:
ouwei2020
2021-01-06 11:09:23 +08:00
committed by 疯狂的狮子li
parent 7a0d0e54e7
commit 3ea767b12f

View File

@@ -90,6 +90,8 @@ export default {
return item;
});
} else {
//上传后关闭弹出框再打开出现`只允许上传单个文件`提示增加fileList清空可解决
this.fileList = [];
return [];
}
},