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

@@ -1224,6 +1224,9 @@ export default {
this.graphShow = show
}
},
beforeDestroy () {
clearTimeout(this.timer)
},
destroyed () {
localStorage.removeItem('alertMessageProjectId')
}