添加type属性 type=" selection "再通过一下代码就能获取已选择的行的数据;this.$refs.multipleTable.selection.._this.$refs.multipletable.sele">
当前位置:   article > 正文

element table 批量获取选择的行的数据(selection 勾选框)_this.$refs.multipletable.selection

this.$refs.multipletable.selection

转载:https://blog.csdn.net/weixin_42517975/article/details/89631128

 

批量选择table 的行数

第一种:

 

代码实现:

在<el-table >添加属性 ref = "multipleTable " ,

在<el-table-colum> 添加type属性 type=" selection "

 
再通过一下代码就能获取已选择的行的数据;

this.$refs.multipleTable.selection

这里的 multipleTable 是上面ref 的值;

第二种:

在 return 里定义数组, 用来存放选中数据

return {
  selectList: []
}

table 标签添加 @selection-change

 方法内对数组进行赋值

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/100972?site
推荐阅读
相关标签
  

闽ICP备14008679号