组件upload 回显图片时

错误: Error in callback for immediate watcher "fileList": "TypeError: fileList.map is not a function"

回显图片时  报了错误  Error in callback for immediate watcher "fileList": "TypeError: fileList.map is not a function"  但是页面没问题 就是控制台出现了这种错误  为什么

 

 

 

https://blog.csdn.net/weixin_42981560/article/details/109727454

 

 

 

是fileList类型写错了  因为之前这里写成了字符串格式 g改成以下这种数组格式就行了