xiangpei
2024-07-22 56372e4f55917a92f3811b55a99dfee53ec65858
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;
      });