fix:抽取时区计算方法

This commit is contained in:
wangwenrui
2020-09-07 11:43:45 +08:00
parent 85500a53e9
commit 7e3c1683b1
9 changed files with 26 additions and 28 deletions

View File

@@ -846,6 +846,7 @@
endTime = this.filter.end_time;
//this.$parent.refreshTime(startTime,endTime);全屏查询不更新panel列表的时间条件
} else {
console.log('页面进入',this.filter)
startTime = this.filter.start_time;
endTime = this.filter.end_time;
}