fix:修复图表 最大值取错值的问题 依旧修改SNMP MIB 下拉样式错乱的问提
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user