From a8af5db9d78604df7d2079c8040e92887d468843 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 24 Aug 2023 17:19:37 +0800 Subject: [PATCH] =?UTF-8?q?OTA=E7=AE=A1=E7=90=86=E8=AF=A6=E6=83=85-?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otamanagement/otaAuthentication/components/detil.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index 591c2c7e3..dc89cf631 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -1010,10 +1010,6 @@ export default { handChange(val){ this.vehicleTypeCode = val this.pageNo = 1 - // console.log(this.vehicleTypeCode) - // if(this.vehicleTypeCode !== this.$t('whole')){ - this.preservation() - // } this.getHeader() this.$forceUpdate() }, @@ -1040,9 +1036,9 @@ export default { } this.queryParam.appliedVehicleProject = this.vehicleTypeCode == this.$t('whole')?this.queryParam.appliedVehicleProject:this.vehicleTypeCode this.queryParam.plannedBpLaunchBatch = this.$route.query.plannedBpLaunchBatch - let exportName = this.$route.query.plannedBpLaunchBatch + '.xlsx' + let exportName = this.$route.query.plannedBpLaunchBatch+ ' ' + dateName + '.xlsx' let query = { - exportName: exportName, + exportName: this.$route.query.plannedBpLaunchBatch, selections: this.selectedRowKeys.join(','), ...this.queryParam, orderBy: this.orderBy,