mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 02:45:06 +08:00
完善订单详情和售后退款 TODO 提到的问题
This commit is contained in:
@ -68,7 +68,6 @@ export const getBoolDictOptions = (dictType: string) => {
|
||||
*/
|
||||
export const getDictObj = (dictType: string, value: any): DictDataType | undefined => {
|
||||
const dictOptions: DictDataType[] = getDictOptions(dictType)
|
||||
console.log(dictOptions)
|
||||
for (const dict of dictOptions) {
|
||||
if (dict.value === value + '') {
|
||||
return dict
|
||||
|
Reference in New Issue
Block a user