|
@@ -220,6 +220,7 @@ export default {
|
|
},
|
|
},
|
|
// 多选框选中数据
|
|
// 多选框选中数据
|
|
handleSelectionChange(selection) {
|
|
handleSelectionChange(selection) {
|
|
|
|
+ console.log(selection)
|
|
this.ids = selection.map((item) => item.id)
|
|
this.ids = selection.map((item) => item.id)
|
|
this.single = selection.length !== 1
|
|
this.single = selection.length !== 1
|
|
this.multiple = !selection.length
|
|
this.multiple = !selection.length
|