fix:修改添加图标 以及 修改 snmp credentials 编辑页面的相关问题

This commit is contained in:
zhangyu
2021-05-13 17:13:01 +08:00
parent 57707f0442
commit ef6c2d3a30
8 changed files with 25 additions and 12 deletions

View File

@@ -111,6 +111,12 @@ export default {
},
toBrowserTab () {
this.$emit('toBrowserTab')
},
closeSnmpBox (refresh) {
this.rightBox.show = false
if (refresh) {
this.getTableData()
}
}
}
}