diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index ee8ed0400..fbb483ac4 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -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 {