删除无用代码

This commit is contained in:
renpy 2023-07-11 17:05:08 +08:00
parent c9b9c93b06
commit e25ae12785

View File

@ -126,11 +126,6 @@ export default {
let days = compareDate(this.queryParam.startTime, this.queryParam.endTime)
if (days <= 10) {
this.isImmediate = false
// this.queryParam = {
// startTime: "2023-01-01",
// endTime: "2023-07-10",
// stationIds: [209, 210]
// }
let params = {
...this.queryParam,
pageNo: 1,