优化字典数据使用store存取

This commit is contained in:
RuoYi
2022-07-20 19:39:15 +08:00
parent ce82095f04
commit 9f90b4eba7
6 changed files with 86 additions and 1 deletions

View File

@@ -339,6 +339,7 @@ export default {
handleRefreshCache() {
refreshCache().then(() => {
this.$modal.msgSuccess("刷新成功");
this.$store.dispatch('dict/cleanDict');
});
}
}