|
@@ -317,6 +317,7 @@
|
|
handleSelectionChange(selection) {
|
|
handleSelectionChange(selection) {
|
|
this.selectedNum = selection.length;
|
|
this.selectedNum = selection.length;
|
|
this.ids = selection.map(item => item.id)
|
|
this.ids = selection.map(item => item.id)
|
|
|
|
+ this.exportConfig.ids = this.ids
|
|
this.multiple = !selection.length
|
|
this.multiple = !selection.length
|
|
},
|
|
},
|
|
},
|
|
},
|