车型下拉传参版本号
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user