element [Bug Report] el-upload :file-list 功能不正确

xtupzzrd  于 2022-11-13  发布在  其他
关注(0)|答案(6)|浏览(218)

Element UI version

2.13.0

OS/Browsers version

chrome 79.0.3945.130

Vue version

3.0.0-alpha.4

https://codepen.io/wj_0119/pen/rNVNzXM

Steps to reproduce

:file-list="okList"
return { okList: [{"name":"1.jpg"},{"name":"11.jpg"}] }
when open upload component,

What is Expected?

VUE CODE
:file-list="okList"

return {
okList: [{"name":"1.jpg"},{"name":"11.jpg"}]
}

When open upload component

Now is right

When we upload a file

Now is 3 files
Why ?
It should be 2 files 1.jpg and 11.jpg
Why ?

What is actually happening?

should be 1.jpg and 11.jpg

qf9go6mv

qf9go6mv1#

我也遇到了同样的问题,

xytpbqjk

xytpbqjk2#

我已经解决了 13301371015@163.com 发件人: zhangzheng7856 发送时间: 2020-02-22 12:18 收件人: ElemeFE/element 抄送: dtbdtb; Author 主题: Re: [ElemeFE/element] [Bug Report] el-upload :file-list 功能不正确 (#18783) 我也遇到了同样的问题, ― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jckbn6z7

jckbn6z73#

@dtbdtb 什么时候发版呀?

mtb9vblg

mtb9vblg4#

我想问一下,这个是怎么解决的???自定义的 file-list ,数据不能动态同步

wko9yo5t

wko9yo5t5#

自定义的 file-list ,数据不能动态同步, 目前我手动自己维护。。。我也因为这个bug卡了2小时。。

ttisahbt

ttisahbt6#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题