From 641e6f67d68b9465c643910c9388f36af8074579 Mon Sep 17 00:00:00 2001 From: yangzhicheng Date: Tue, 16 Jul 2024 09:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=A4=84=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/inspectionplan.vue | 2 +- src/views/inspection/inspectionroute.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inspection/inspectionplan.vue b/src/views/inspection/inspectionplan.vue index c7d2974..f86c52d 100644 --- a/src/views/inspection/inspectionplan.vue +++ b/src/views/inspection/inspectionplan.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) { diff --git a/src/views/inspection/inspectionroute.vue b/src/views/inspection/inspectionroute.vue index 8ea4820..6490ca4 100644 --- a/src/views/inspection/inspectionroute.vue +++ b/src/views/inspection/inspectionroute.vue @@ -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) {