NEZ-3072 fix:Messages页面,第二次点击All time查询条件,查询错误
This commit is contained in:
@@ -148,6 +148,9 @@ export default {
|
|||||||
if (timeRange && timeRange.length < 2) {
|
if (timeRange && timeRange.length < 2) {
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
if (!timeRange[0]) {
|
||||||
|
return []
|
||||||
|
}
|
||||||
const startTime = bus.timeFormate(timeRange[0], this.pickTimer)
|
const startTime = bus.timeFormate(timeRange[0], this.pickTimer)
|
||||||
const endTime = bus.timeFormate(timeRange[1], this.pickTimer)
|
const endTime = bus.timeFormate(timeRange[1], this.pickTimer)
|
||||||
const timeType = timeRange[2]
|
const timeType = timeRange[2]
|
||||||
|
|||||||
Reference in New Issue
Block a user