OTA管理详情-导出文件名称不对
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user