当前位置: 首页 > Web前端 > HTML5

el-uplod报错cannotsetproperty'status'ofundefined

时间:2023-04-05 21:57:25 HTML5

原因:fileListissettoempty/emptyarray/undefined解决方法:不要设置fileList为empty/emptyarray/undefined解决方法二:uploadSuccess中使用setimeoutfunction延迟清除,setTimeout(()=>{this.$refs.upload.clearFiles()},1000);