VUE2.0 element upload 报错Cannot set property 'status' of null"

背景今天发现element upload报错

原因

Upload Plugin Bug: Cannot reach onSuccess callback when manually set file-list, Error:”Cannot set property ‘status’ of null”

解决

修改了fileList对象时会报这个错误。

你可能感兴趣的:(vue.js)