车型详情全部数据接口更换

This commit is contained in:
zyx.net
2023-08-24 10:59:11 +08:00
parent a4978a497d
commit 69f18ffeb3
@@ -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) {