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