fix:处理 snmp无法切换的问题

This commit is contained in:
zhangyu
2021-04-22 16:35:15 +08:00
parent 0200c58895
commit d386168142
3 changed files with 10 additions and 4 deletions

View File

@@ -174,6 +174,9 @@ export default {
}
}, 20)
},
clickTab (showTabInfo, showTab) {
this.$emit('changeShowTab', showTab)
},
toTopBtnHandler (wrap) {
const vm = this
wrap.addEventListener('scroll', bus.debounce(function () {