mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-18 05:52:00 +08:00
chore: dict
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user