From 800b75a582e5852ca07665ed6727f0d1fc686ed8 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 28 Mar 2023 17:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../upgradeactivityrecord/components/historicalrecord.vue | 4 ++-- .../vehicleinformation/components/historicalrecord.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/historicalrecord.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/historicalrecord.vue index e5eda6a0d..2eebdeb15 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/historicalrecord.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/historicalrecord.vue @@ -51,9 +51,9 @@ otaId:localStorage.getItem('otaId') } this.loading = true - getAction('ota/otaBaSjLsjl/list', query).then((res) => { + getAction('ota/otaBaSjLsjl/page', query).then((res) => { if (res.success) { - this.dataSource = res.result || [] + this.dataSource = res.result.records || [] this.loading = false } else { this.loading = false diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue index 85d878981..c19eb0d49 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue @@ -51,9 +51,9 @@ otaId:localStorage.getItem('otaId') } this.loading = true - getAction('ota/otaBaCxLsjl/list', query).then((res) => { + getAction('ota/otaBaCxLsjl/page', query).then((res) => { if (res.success) { - this.dataSource = res.result || [] + this.dataSource = res.result.records || [] this.loading = false } else { this.loading = false