mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 23:25:06 +08: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