Browse Source

【issues/7433】vue3 数据字典优化建议

pull/7333/merge
JEECG 1 week ago
parent
commit
b3e3951064
  1. 3
      jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue

3
jeecgboot-vue3/src/layouts/default/header/components/user-dropdown/index.vue

@ -129,6 +129,9 @@
// update-begin--author:liaozhiyang---date:20240124---forQQYUN-7970 // update-begin--author:liaozhiyang---date:20240124---forQQYUN-7970
createMessage.success(t('layout.header.refreshCacheComplete')); createMessage.success(t('layout.header.refreshCacheComplete'));
// update-end--author:liaozhiyang---date:20240124---forQQYUN-7970 // update-end--author:liaozhiyang---date:20240124---forQQYUN-7970
// update-begin--author:wangshuai---date:20241112---forissues/7433vue3
userStore.setAllDictItems(res.result);
// update-end--author:wangshuai---date:20241112---forissues/7433vue3
} else { } else {
// update-begin--author:liaozhiyang---date:20240124---forQQYUN-7970 // update-begin--author:liaozhiyang---date:20240124---forQQYUN-7970
createMessage.error(t('layout.header.refreshCacheFailure')); createMessage.error(t('layout.header.refreshCacheFailure'));

Loading…
Cancel
Save