NEZ-1322 fix:修改Endpoint查看表达式图表时,切换时间图表没有变化,切换回原时间,时间参数不对的问题
This commit is contained in:
@@ -148,8 +148,10 @@ export default {
|
||||
},
|
||||
dateChange (time) {
|
||||
this.searchTime = time
|
||||
setTimeout(() => {
|
||||
this.$emit('change', this.searchTime)
|
||||
this.refreshDataFunc()
|
||||
}, 100)
|
||||
},
|
||||
antiShake () {
|
||||
if (this.timer) {
|
||||
|
||||
Reference in New Issue
Block a user