From 0055f479cb5b4eeaa75f5e3ee324c963e3a76a5c Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期一, 09 五月 2022 20:27:09 +0800 Subject: [PATCH] 修复字典数据显示不全问题(I55MR3) --- ruoyi-ui/src/layout/components/Settings/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/layout/components/Settings/index.vue b/ruoyi-ui/src/layout/components/Settings/index.vue index 4dff1d0..9986e89 100644 --- a/ruoyi-ui/src/layout/components/Settings/index.vue +++ b/ruoyi-ui/src/layout/components/Settings/index.vue @@ -108,6 +108,7 @@ value: val }) if (!val) { + this.$store.dispatch('app/toggleSideBarHide', false); this.$store.commit("SET_SIDEBAR_ROUTERS", this.$store.state.permission.defaultRoutes); } } @@ -162,7 +163,7 @@ this.sideTheme = val; }, saveSetting() { - this.$modal.loading("姝e湪淇濆瓨鍒版湰鍦帮紝璇风◢鍚�..."); + this.$modal.loading("姝e湪淇濆瓨鍒版湰鍦帮紝璇风◢鍊�..."); this.$cache.local.set( "layout-setting", `{ @@ -178,7 +179,7 @@ setTimeout(this.$modal.closeLoading(), 1000) }, resetSetting() { - this.$modal.loading("姝e湪娓呴櫎璁剧疆缂撳瓨骞跺埛鏂帮紝璇风◢鍚�..."); + this.$modal.loading("姝e湪娓呴櫎璁剧疆缂撳瓨骞跺埛鏂帮紝璇风◢鍊�..."); this.$cache.local.remove("layout-setting") setTimeout("window.location.reload()", 1000) } -- Gitblit v1.9.3