From 7f45b91a53b61409438e3bc2e260a66e03ba0383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Wed, 20 Nov 2024 16:15:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/inspection/PartnerManagement/siteInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inspection/inspection/PartnerManagement/siteInfo.vue b/src/views/inspection/inspection/PartnerManagement/siteInfo.vue index de2aaf4..eb6c0e3 100644 --- a/src/views/inspection/inspection/PartnerManagement/siteInfo.vue +++ b/src/views/inspection/inspection/PartnerManagement/siteInfo.vue @@ -198,7 +198,7 @@ getList() { this.loading = true; listInfo(this.queryParams).then(response => { - this.infoList = response.rows; + this.infoList = response.data.records; this.total = response.total; this.loading = false; });