fix: CN-1518 Npm流量曲线图的交互逻辑优化(减少请求次数)

This commit is contained in:
hyx
2023-12-20 20:39:45 +08:00
parent 19160c0da1
commit 164089f99e
3 changed files with 79 additions and 1 deletions

View File

@@ -683,6 +683,7 @@ export default {
// 检测时发现该方法占用较大内存,且未被释放
this.valueToRangeValue = null
myChart = null
this.chartDateObject = []
}
}
</script>