@@ -105,8 +105,8 @@
lastTwoMonth: [moment(getDate.getLastTwoMonthDays().starttime), moment(getDate.getLastTwoMonthDays().endtime)],
}
let queryTime = {
- beginDate: quickType[this.timeScope][0].format('YYYY-MM-DD'),
- endDate: quickType[this.timeScope][1].format('YYYY-MM-DD')
+ beginDate: quickType[this.timeScope][0].format('YYYY-MM-DD 00:00:00'),
+ endDate: quickType[this.timeScope][1].format('YYYY-MM-DD 23:59:59')
return queryTime
},