fix: 修复折线图 other 点击事件问题
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user