Element UI 上传图片组件(支持多传和单传),报错Cannot set property 'status' of null

使用组件页面代码:

组件代码,我这里图片是上传到七牛服务器的。注意fileLIst是只读的,不能修改。我们这里使用uploadList来保存我们需要改动的数组,否则报错Cannot set property 'status' of null




 

你可能感兴趣的:(vue)