fix: 修复折线图 other 点击事件问题

This commit is contained in:
@changcode
2022-10-17 14:49:22 +08:00
parent 4a7772fe7b
commit 6609a2aac9
3 changed files with 5 additions and 5 deletions

View File

@@ -227,7 +227,7 @@ export default {
}
}
if (this.lineTab === e.class) {
if (e.analysis.avg < 1) {
if (e.analysis.avg < 0) {
this.lineTab = ''
this.init()
}
@@ -262,7 +262,7 @@ export default {
}
}
if (this.lineTab === e.class) {
if (e.analysis.avg < 1) {
if (e.analysis.avg < 0) {
this.lineTab = ''
this.init()
}