From 53bcb7e5dffa071d2c6593f5db7f0b6e4e2f8dfe Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 18 Oct 2023 16:17:02 +0800
Subject: [PATCH] 隐藏重复定时和连续执行

---
 src/components/common/sidebar.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/common/sidebar.vue b/src/components/common/sidebar.vue
index 9cbe1df..433e2b1 100644
--- a/src/components/common/sidebar.vue
+++ b/src/components/common/sidebar.vue
@@ -77,6 +77,8 @@
         await UnBind(v)
       })
       store.commit('SET_OSD_VISIBLE_INFO', { ...query, visible: false })
+      store.commit('SET_SELECT_WAYLINE_INFO', {})
+      store.commit('SET_SELECT_DOCK_INFO', {})
       root.$router.push('/' + ERouterName.PROJECT_LIST)
     }
     return {

--
Gitblit v1.9.3