OTA管理详情-导出文件名称不对

This commit is contained in:
zyx.net
2023-08-24 17:19:37 +08:00
parent a2ba283615
commit a8af5db9d7
@@ -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,