chore: dict

This commit is contained in:
dap
2024-09-12 16:45:33 +08:00
parent cd526828b3
commit 3d16b67523
2 changed files with 7 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ export const useDictStore = defineStore('app-dict', () => {
}
function resetCache() {
dictRequestCache.clear();
dictMap.clear();
dictOptionsMap.clear();
}
@@ -94,7 +93,9 @@ export const useDictStore = defineStore('app-dict', () => {
}
function $reset() {
resetCache();
/**
* doNothing
*/
}
return {