拼团记录: 完成 UI 部分

(cherry picked from commit eee3d0fef5)
This commit is contained in:
puhui999
2023-10-06 18:40:21 +08:00
committed by shizhong
parent e30e0e2d32
commit 8346717986
2 changed files with 152 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export const getDictOptions = (dictType: string) => {
return dictStore.getDictByType(dictType) || []
}
export const getIntDictOptions = (dictType: string) => {
export const getIntDictOptions = (dictType: string): DictDataType[] => {
const dictOption: DictDataType[] = []
const dictOptions: DictDataType[] = getDictOptions(dictType)
dictOptions.forEach((dict: DictDataType) => {