|
@@ -443,8 +443,7 @@ const getOptions = (conditionValue: string) => {
|
|
|
(item) => item.attrCode === conditionValue
|
|
(item) => item.attrCode === conditionValue
|
|
|
);
|
|
);
|
|
|
let arr = target?.dictLabal || []
|
|
let arr = target?.dictLabal || []
|
|
|
- if (conditionValue === 'InsruanceProduct') arr = arr.map(v => ({ ...v, idStr: v.code }))
|
|
|
|
|
- return target?.dictLabal || [];
|
|
|
|
|
|
|
+ return arr;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
// 工具函数:根据条件类型获取输入组件类型
|
|
// 工具函数:根据条件类型获取输入组件类型
|