导出处理修正

main
yangzhicheng 11 months ago
parent ba90716fcb
commit 641e6f67d6
  1. 2
      src/views/inspection/inspectionplan.vue
  2. 2
      src/views/inspection/inspectionroute.vue

@ -356,7 +356,7 @@
cancelButtonText: "取消", cancelButtonText: "取消",
type: "warning" type: "warning"
}).then(() => { }).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) { beforeOpen(done, type) {

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

Loading…
Cancel
Save