Merge remote-tracking branch 'origin/main'

main
liuyiliang 11 months ago
commit 084c8e1b8c
  1. 2
      src/views/inspection/inspectionplan.vue
  2. 2
      src/views/inspection/inspectionroute.vue

@ -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 @@
cancelButtonText: "取消",
type: "warning"
}).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) {

Loading…
Cancel
Save