diff --git a/src/components/CustomFormComponents/File.vue b/src/components/CustomFormComponents/File.vue index 9b3f3e993..c29af344a 100644 --- a/src/components/CustomFormComponents/File.vue +++ b/src/components/CustomFormComponents/File.vue @@ -541,6 +541,7 @@ export default { */ getShowFileList() { return new Promise((resolve, reject) => { + this.showFileList = [] if (this.value && this.value !== '') { let paramefile = this.value if (paramefile.charAt(paramefile.length - 1) === ',') {