fix:修复图表 最大值取错值的问题 依旧修改SNMP MIB 下拉样式错乱的问提

This commit is contained in:
zhangyu
2021-03-24 14:39:37 +08:00
parent 5fb0d4d844
commit 5c4b22e582
6 changed files with 22 additions and 24 deletions

View File

@@ -1189,11 +1189,7 @@ export default {
}
})
},
tabClick (n) {
if (this.selection.pen && this.tab == '1') {
}
},
tabClick (n) { },
moduleIdChange (n) {
this.selection.pen.data.moduleName = this.modules.find(item => item.id === n).name
if (!this.selection.pen.data.title) {