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