代码生成支持文件上传组件

This commit is contained in:
RuoYi
2021-01-06 11:59:13 +08:00
parent 2c610dc465
commit dee4653b9b
2 changed files with 1 additions and 2 deletions

View File

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