NEZ-2097 fix:点击筛选菜单页面自动回跳

This commit is contained in:
zyh
2022-08-03 16:24:00 +08:00
parent b563097cc9
commit 6b357a4baa
5 changed files with 13 additions and 2 deletions

View File

@@ -910,6 +910,9 @@ export default {
this.getSnmpCredentialData()
this.getFieldGroupData()
},
beforeDestroy () {
clearTimeout(this.timer)
},
watch: {
$route: {
immediate: true,