fix:修改添加图标 以及 修改 snmp credentials 编辑页面的相关问题
This commit is contained in:
@@ -111,6 +111,12 @@ export default {
|
||||
},
|
||||
toBrowserTab () {
|
||||
this.$emit('toBrowserTab')
|
||||
},
|
||||
closeSnmpBox (refresh) {
|
||||
this.rightBox.show = false
|
||||
if (refresh) {
|
||||
this.getTableData()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user