From 3953b1945116224aab51d7e42e78225f4dfc8c29 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 10 Feb 2025 10:01:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E6=89=93=E5=BC=80=E4=BB=AA=E8=A1=A8=E6=9D=BF=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD=E9=9A=90=E8=97=8F=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/dashboard/DbToolbar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index 09bac64194..e1428b8391 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -326,6 +326,7 @@ onBeforeUnmount(() => { }) const openDataBoardSetting = () => { dvMainStore.setCurComponent({ component: null, index: null }) + dvMainStore.setHiddenListStatus(false) } const openHiddenList = () => {