diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index 177be1160..ef3a9313e 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -983,7 +983,7 @@ export default { ...queryParam } this.loading = true - let url = this.vehicleTypeCode == this.$t('whole')?'/ota/otaManageApplyEO/getOtaPage':'/ota/otaManageApplyEO/getOtaCarPage' + let url = this.vehicleTypeCode == this.$t('whole')?'/ota/otaManageApplyEO/getAllCarPage':'/ota/otaManageApplyEO/getOtaCarPage' getAction(url, query).then((res) => { if (res.success) { if (res.result.current > 1 && res.result.records.length == 0) {