车型下拉传参版本号

This commit is contained in:
zyx.net
2023-08-24 16:17:58 +08:00
parent 8bc58a0edb
commit 0cbc77ec9f
@@ -905,7 +905,7 @@ export default {
if(this.$route.query.vehicleTypeCode){
this.vehicleTypeCode = this.$route.query.vehicleTypeCode
}
getAction('/ota/otaManageApplyEO/getCarList', {}).then((res) => {
getAction('/ota/otaManageApplyEO/getCarList', {plannedBpLaunchBatch:this.$route.query.plannedBpLaunchBatch}).then((res) => {
if (res.success) {
this.typeList = res.result
} else {