element table 多选,切换页面,保留多选的选中的数据
程序开发
2023-09-12 11:25:50
element table 多选,切换页面,保留多选的选中的数据
element 在table属性中有设置reserve-selection
这个属性 组要配合row-key
- 在
selection
行加设置属性reserve-selection
为true
- 在
el-table
设置row-key
- js 设置
row-key
的值
methods:{handleSelectionChange(val) {this.multipleSelection = val},getRowKey(row){return row.id}
}
标签:
相关文章
-
无相关信息