release/3.0.0.2502.01-合并业务线

This commit is contained in:
lys 2025-03-10 14:50:07 +08:00
parent bdfc9513c8
commit f7bf13bd69
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class EditSalaryCalcSlide extends Component {
save = () => {
const { id: salaryAcctEmpId } = this.props;
const { issuedAndReissueItems, itemsByGroup, baseInfo } = this.state;
if (_.every(baseInfo, it => !it.canEdit || (it.canEdit && !it.fieldValue))) {
if (!_.every(baseInfo, (item) => (!item.canEdit || !!item.fieldValue))) {
Modal.warning({
title: getLabel(131329, "信息确认"),
content: getLabel(518702, "必要信息不完整,红色*为必填项!")