Browse Source

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

tags/v2.5.0
ouwei2020 4 years ago committed by Gitee
parent
commit
2c323ca3ff
  1. 2
      ruoyi-ui/src/components/FileUpload/index.vue

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

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

Loading…
Cancel
Save