From 5a52c46a79a1be0b3c6c5d7e29e71e2d58a3c325 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 21 Aug 2023 17:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E8=BD=A6=E5=9E=8B=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=20=E5=88=86=E8=BD=A6=E5=9E=8B=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/otamanagement/otaAuthentication/components/detil.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index 9f43d4846..6b806ad26 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -1021,7 +1021,7 @@ export default { } this.queryParam.appliedVehicleProject = this.vehicleTypeCode == '全部'?this.queryParam.appliedVehicleProject:this.vehicleTypeCode this.queryParam.plannedBpLaunchBatch = this.$route.query.plannedBpLaunchBatch - let exportName = this.$route.query.plannedBpLaunchBatch + dateName + '.xlsx' + let exportName = this.$route.query.plannedBpLaunchBatch let query = { exportName: exportName, selections: this.selectedRowKeys.join(','),