NEZ-1322 fix:修改Endpoint查看表达式图表时,切换时间图表没有变化,切换回原时间,时间参数不对的问题

This commit is contained in:
zhangyu
2021-11-27 13:08:05 +08:00
parent 5078715039
commit aa6c4f16c2

View File

@@ -148,8 +148,10 @@ export default {
},
dateChange (time) {
this.searchTime = time
setTimeout(() => {
this.$emit('change', this.searchTime)
this.refreshDataFunc()
}, 100)
},
antiShake () {
if (this.timer) {