fix: dict map

This commit is contained in:
xingyu
2023-01-17 15:13:23 +08:00
parent dbfc485bb1
commit 34f3e68558
3 changed files with 20 additions and 31 deletions

View File

@ -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) => {