element [Bug Report] 嵌套table toggleRowSelection方法参数传值为数组时无效

tag5nh1u  于 5个月前  发布在  其他
关注(0)|答案(2)|浏览(45)

Element UI version

2.15.13

OS/Browsers version

win11 chrome 109.0.5414.120

Vue version

2.7.14

https://codepen.io/superchangme/pen/QWVyReE

Steps to reproduce

1.点击表格中的第一项展开按钮
2.等待一秒后调用勾选方法勾选数据第一项

toggleRowSelection([this.tableData2[0]],true)

3.子表格只有表头被勾中,子数据没被勾中

ps:如果toggleRowSelection参数里传对象是可以的,但是数组就不行。请查一下是什么问题?

What is Expected?

期望调用toggleRowSelection([this.tableData2[0]],true)能够实现勾中数据

What is actually happening?

数据没被勾中

gcmastyq

gcmastyq1#

可以试下 toggleAllSelection 方法

yhxst69z

yhxst69z2#

toggleRowSelection这个方法只是用来切换某一行的状态,是不能用数组的。

相关问题