refactor(仪表板): 打开仪表板设置默认关闭隐藏组件列表

This commit is contained in:
wangjiahao
2025-02-10 10:01:27 +08:00
committed by 王嘉豪
parent adde31ff0b
commit 3953b19451

View File

@@ -326,6 +326,7 @@ onBeforeUnmount(() => {
})
const openDataBoardSetting = () => {
dvMainStore.setCurComponent({ component: null, index: null })
dvMainStore.setHiddenListStatus(false)
}
const openHiddenList = () => {