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

pull/7524/head
JEECG 2024-11-14 19:35:59 +08:00
parent 44ec26574e
commit b3e3951064
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@
// update-begin--author:liaozhiyang---date:20240124---forQQYUN-7970
createMessage.success(t('layout.header.refreshCacheComplete'));
// 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 {
// update-begin--author:liaozhiyang---date:20240124---forQQYUN-7970
createMessage.error(t('layout.header.refreshCacheFailure'));