fuliqi
2024-07-18 dcd42a0ca6dc842ebd3fc5c144d0514d9a63f34f
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;
      });