@ -391,7 +391,7 @@ export default {
timeType: this.dateType,
startTime: this.startTime,
endTime: this.endTime,
pageNum: this.queryParams.pageNum,
pageNum: 1,
pageSize: this.total,
};
compreReport(data).then((res) => {
@ -522,7 +522,7 @@ export default {
}
let data = {
type: timeType,
page: this.queryParams.pageNum,
page: 1,
limit: this.total,
startDate: this.queryParams.startTime,
endDate: this.queryParams.endTime,