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; });