table表格选中checked选中项
批量选中
@selection-change="handleSelectionChange"
//批量选中表格内的数据
handleSelectionChange(val) {
this.multipleSelection = val
console.log(this.multipleSelection)
},
批量选中
@selection-change="handleSelectionChange"
//批量选中表格内的数据
handleSelectionChange(val) {
this.multipleSelection = val
console.log(this.multipleSelection)
},