mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-13 09:50:36 +00:00
fix: dict map
This commit is contained in:
@@ -21,7 +21,7 @@ export interface DictDataType {
|
||||
}
|
||||
|
||||
export const getDictOptions = (dictType: string) => {
|
||||
return dictStore.getDictMap[dictType]
|
||||
return dictStore.getDictByType(dictType)
|
||||
}
|
||||
|
||||
export const getIntDictOptions = (dictType: string) => {
|
||||
|
||||
Reference in New Issue
Block a user