feature/2.9.10.2312.02-社保档案个人和公司基数设置

This commit is contained in:
黎永顺 2023-12-29 10:04:54 +08:00
parent 446aaf2cad
commit 1a8c6d5924
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ export const getWelfareSearchsForm = (form, condition, onChange = () => void (0)
onSameChange={onSameChange} runStatuses={runStatuses}/>];
}
} else if (cur.props.title === getLabel(543198, "其他福利基础信息") && _.every(otherBase.items, o => o.items.length > 0)) {
if (!_.isNil(fundBase.comItems) && _.every(fundBase.comItems, o => o.items.length > 0)) {
if (!_.isNil(otherBase.comItems) && _.every(otherBase.comItems, o => o.items.length > 0)) {
return [
...pre, cur,
<BenefitBaseComponent