From b3e39510642096a6e7c11573de851ac8b141e880 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 14 Nov 2024 19:35:59 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/7433=E3=80=91vue3=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AD=97=E5=85=B8=E4=BC=98=E5=8C=96=E5=BB=BA=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layouts/default/header/components/user-dropdown/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue b/jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue index bfd586d2..474b2377 100644 --- a/jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue +++ b/jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue @@ -129,6 +129,9 @@ // update-begin--author:liaozhiyang---date:20240124---for:【QQYUN-7970】国际化 createMessage.success(t('layout.header.refreshCacheComplete')); // update-end--author:liaozhiyang---date:20240124---for:【QQYUN-7970】国际化 + // update-begin--author:wangshuai---date:20241112---for:【issues/7433】vue3 数据字典优化建议 + userStore.setAllDictItems(res.result); + // update-end--author:wangshuai---date:20241112---for:【issues/7433】vue3 数据字典优化建议 } else { // update-begin--author:liaozhiyang---date:20240124---for:【QQYUN-7970】国际化 createMessage.error(t('layout.header.refreshCacheFailure'));