fix: CN-1518 DNS流量曲线图的交互逻辑优化(减少请求次数)
This commit is contained in:
@@ -387,7 +387,11 @@ export default {
|
||||
this.legendSelectChange(item, index, 'active')
|
||||
this.showMarkLine = !item.invertTab
|
||||
}
|
||||
this.initTabData(this.metric, this.showMarkLine, 'active')
|
||||
if (isClick) {
|
||||
this.initTabData(this.metric, this.showMarkLine, 'active')
|
||||
} else {
|
||||
this.init(this.metric, this.showMarkLine, 'active')
|
||||
}
|
||||
},
|
||||
mouseenter (item) {
|
||||
if (this.isNoData) return
|
||||
|
||||
Reference in New Issue
Block a user