From 0cbc77ec9f004b565928cb627b619d9c7fbe399b Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 24 Aug 2023 16:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E4=B8=8B=E6=8B=89=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/otamanagement/otaAuthentication/components/detil.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {