@@ -90,7 +90,7 @@
queryForm: {
userNickName: '',
daysBeforeToday: 0,
- date: [],
+ date: [this.parseTime(new Date().setMonth(new Date().getMonth() - 1)), this.parseTime(new Date())],
beginTime: undefined,
endTime: undefined,
},