소스 검색

数据字典修改后无需退出,刷新缓存即可生效

danch 5 일 전
부모
커밋
b2fb5eb1a0
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】国际化