We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
form.resetFields()
1 parent 3239117 commit d71a04cCopy full SHA for d71a04c
components/upload/Upload.jsx
@@ -40,7 +40,7 @@ export default {
40
},
41
watch: {
42
fileList(val) {
43
- this.sFileList = val;
+ this.sFileList = val || [];
44
45
46
beforeDestroy() {
0 commit comments