fix:处理查询时间格式的问题
This commit is contained in:
@@ -130,7 +130,7 @@ export default {
|
||||
if (this.isChart && this.timeRange) {
|
||||
startTime = this.timeRange[0]
|
||||
endTime = this.timeRange[1]
|
||||
} else if (this.filterTime && this.filterTime.length {
|
||||
} else if (this.filterTime && this.filterTime.length) {
|
||||
startTime = this.momentStrToTimestamp(this.filterTime[0])
|
||||
endTime = this.momentStrToTimestamp(this.filterTime[1])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user