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

This commit is contained in:
JEECG
2024-11-14 19:35:59 +08:00
parent 44ec26574e
commit b3e3951064

View File

@@ -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'));