src/views/system/report/index.vue
@@ -344,7 +344,7 @@ this.queryParams["endAuditingTime"] = this.daterangeAuditingTime[1]; } listReport(this.queryParams).then(response => { this.reportList = response.data; this.reportList = response.data.records; this.total = response.total; this.loading = false; });