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,