|
@@ -99,7 +99,7 @@
|
|
|
}
|
|
}
|
|
|
}]
|
|
}]
|
|
|
},
|
|
},
|
|
|
- select_datetime: '', // 选择的时间范围
|
|
|
|
|
|
|
+ select_datetime: [], // 选择的时间范围
|
|
|
startTime: '',
|
|
startTime: '',
|
|
|
endTime: '',
|
|
endTime: '',
|
|
|
num: 0.00
|
|
num: 0.00
|
|
@@ -131,6 +131,9 @@
|
|
|
this.startTime = this.getDate(year2, mon2, day2)
|
|
this.startTime = this.getDate(year2, mon2, day2)
|
|
|
this.endTime = this.getDate(year1, mon1, day1)
|
|
this.endTime = this.getDate(year1, mon1, day1)
|
|
|
|
|
|
|
|
|
|
+ this.select_datetime.push(this.startTime)
|
|
|
|
|
+ this.select_datetime.push(this.endTime)
|
|
|
|
|
+
|
|
|
this.handleCurrentChange(1)
|
|
this.handleCurrentChange(1)
|
|
|
},
|
|
},
|
|
|
/**
|
|
/**
|