fix: 去除无用组件,修复部分折线图Reference line闪动问题

This commit is contained in:
@changcode
2022-11-04 10:31:10 +08:00
parent 14c53bd5ad
commit 29d89ee6e4
4 changed files with 17 additions and 436 deletions

View File

@@ -220,6 +220,7 @@ export default {
if (this.lineTab === e.class) {
if (e.analysis.avg <= 0) {
this.lineTab = ''
this.lineRefer = ''
this.init()
}
}
@@ -267,6 +268,7 @@ export default {
if (this.lineTab === e.class) {
if (e.analysis.avg <= 0) {
this.lineTab = ''
this.lineRefer = ''
this.init()
}
}