龚焕茏
2024-04-30 b76fd2fa93c2036d66e5142654cf66cf1e371531
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;
      });