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

This commit is contained in:
ouwei2020 2021-01-06 11:09:23 +08:00 committed by Gitee
parent a95be9d418
commit 2c323ca3ff

View File

@ -90,6 +90,8 @@ export default {
return item;
});
} else {
//``fileList
this.fileList = [];
return [];
}
},