全车型导出对接

分车型导出对接
This commit is contained in:
zyx.net
2023-08-21 17:53:51 +08:00
parent 99ae35f3ec
commit 5a52c46a79
@@ -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(','),