@ -356,7 +356,7 @@
cancelButtonText: "取消",
type: "warning"
}).then(() => {
expUtil.excelExport(`/api/inspection/inspectionplan/export?daf-auth=${getToken()}`, this.search, ['station', "planStatus"]);
expUtil.excelExportEasy(`/api/inspection/inspectionplan/export?daf-auth=${getToken()}`, this.search);
});
},
beforeOpen(done, type) {
@ -338,7 +338,7 @@
expUtil.excelExport(`/api/inspection/inspectionRoute/export?daf-auth=${getToken()}`, this.search, ['stations', "istatus"]);
expUtil.excelExportEasy(`/api/inspection/inspectionRoute/export?daf-auth=${getToken()}`, this.search);