| | |
| | | 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; |
| | | }); |
| | |
| | | queryParams: { |
| | | unitId: null, |
| | | pageNum: 1, |
| | | pageSize: 20, |
| | | pageSize: 10, |
| | | }, |
| | | // 总条数 |
| | | total: 0, |
| | |
| | | this.loading = true; |
| | | this.selectUnit(); |
| | | distributeWorkOrder(this.queryParams).then(res => { |
| | | this.workOrderList = res.data; |
| | | this.workOrderList = res.data.records; |
| | | this.total = res.total; |
| | | this.loading = false; |
| | | }) |