NEZ-3072 fix:Messages页面,第二次点击All time查询条件,查询错误

This commit is contained in:
zhangyu
2023-08-17 18:14:50 +08:00
parent 99ff1b6311
commit e67bc7aaa7

View File

@@ -148,6 +148,9 @@ export default {
if (timeRange && timeRange.length < 2) {
return []
}
if (!timeRange[0]) {
return []
}
const startTime = bus.timeFormate(timeRange[0], this.pickTimer)
const endTime = bus.timeFormate(timeRange[1], this.pickTimer)
const timeType = timeRange[2]