车型详情全部数据接口更换
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user