fix: 切换租户从缓存获取

This commit is contained in:
dap
2024-08-08 15:14:10 +08:00
parent 66100d44b2
commit 68f6937b5b
3 changed files with 8 additions and 95 deletions

View File

@@ -83,8 +83,7 @@ export const useDictStore = defineStore('app-dict', () => {
}
function $reset() {
dictMap.clear();
dictOptionsMap.clear();
resetCache();
}
return {