hug-sun / element3

A Vue.js 3.0 UI Toolkit for IT Education. Build with JS&TS
https://e3.shengxinjing.cn/
MIT License
3.27k stars 1.01k forks source link

el-upload多文件上传时,fileList通过watch监听传入,图片未回显【源代码只在setup中执行了fileList赋值给uploadFiles的操作,并未在其变化时作处理】 #603

Closed 90neoCulture closed 2 years ago

90neoCulture commented 2 years ago

Bug description

fileList传入初始值为空数组,watch后值为截图所示数组时,图片无法正确回显: image 直接传入写死的fileList数据可以正确回显: image

What is the current behavior?

不能正确回显watch监听的数据的图片

What is the expected behavior?

可以正确回显watch监听的数据的图片