element upload 上传文件报错status of undefined
upload 上传报错场景再现:点击编辑数据,修改上传文件,确定提交修改,关闭弹窗,清空数据和清空附件。错误提示:上传报错,下图; Uncaught TypeError: Cannot set property ‘status’ of undefined报错原因:设置了:file-list=“fileList”,filelist为只读,修改后就会报错 Cannot set property ‘status’ of undefined解决方法:在成功回调中用setTimeout清空上传列表即可解决