|
|
@ -522,7 +522,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
let data = { |
|
|
|
let data = { |
|
|
|
type: timeType, |
|
|
|
type: timeType, |
|
|
|
page: this.queryParams.pageNum, |
|
|
|
page: 1, |
|
|
|
limit: this.total, |
|
|
|
limit: this.total, |
|
|
|
startDate: this.queryParams.startTime, |
|
|
|
startDate: this.queryParams.startTime, |
|
|
|
endDate: this.queryParams.endTime, |
|
|
|
endDate: this.queryParams.endTime, |
|
|
|