@@ -2668,7 +2668,7 @@ export default {
this.timeRange = []
let i = 0.0;
while(true) {
- if (i < 24) {
+ if (i < 48) {
//校验上下限
if (i >= this.user.timeType.minReportTime && i <= this.user.timeType.maxReportTime) {
this.timeRange.push(i);