element ui上傳組件,開啓多圖上傳時(hour)報錯,列表顯示一(one)個(indivual)成功,實際圖片都已經上傳成功。
報錯如下:
Uncaught TypeError: Cannot set properties of null (setting 'status')
解決方法
:file-list="imageList"
指定文件列表爲(for)imageList
另外定義images數組字段接收服務器返回值
将顯示和(and)數據區分,提交表單時(hour)隻需要(want)提交images數組。
handleImageSuccess(res, file, fileList) {
this.imageList = fileList;
this.images.push({
name: file.name,
url: file.url,
path: res.data.path
});
},
- 版權所有:奇站網絡 轉載請注明出(out)處
- 廈門極極網絡科技有限公司,專業提供網站建設,響應式網站建設,小程序開發,系統定制開發。
- 軟件開發咨詢熱線:吳小姐 13313868605