2 次代碼提交 e3bf435e53 ... d5824a9c02

作者 SHA1 備註 提交日期
  danch d5824a9c02 Merge remote-tracking branch 'origin/dev' into dev 5 天之前
  danch b2fb5eb1a0 数据字典修改后无需退出,刷新缓存即可生效 5 天之前
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue

+ 1 - 0
jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue

@@ -128,6 +128,7 @@
           setAuthCache(DB_DICT_DATA_KEY, res.result);
           // update-begin--author:liaozhiyang---date:20240124---for:【QQYUN-7970】国际化
           createMessage.success(t('layout.header.refreshCacheComplete'));
+          userStore.setAllDictItems(res.result);
           // update-end--author:liaozhiyang---date:20240124---for:【QQYUN-7970】国际化
         } else {
           // update-begin--author:liaozhiyang---date:20240124---for:【QQYUN-7970】国际化