@ -353,13 +353,17 @@ import {
},
selectExport() {
var selectData = this.multipleSelection;
/* var selectData = this.multipleSelection;
selectData.forEach((obj) => {
this.query.ids.push(obj.id);
});
});*/
this.allExport();
allExport() {
exportExcel(this.query)
.then((response) => {
if (response.code == 20000) {