release/3.0.1.2504.01-合并业务线

This commit is contained in:
lys 2025-04-15 15:16:29 +08:00
parent 80307c7b91
commit 38572729fd
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ class EditSalaryCalcSlide extends Component {
return;
}
const payload = {
salaryAcctEmpId, employeeInfos: baseInfo,
salaryAcctEmpId,
employeeInfos: _.map(baseInfo, o => ({ ...o, fieldValue: o.fieldValue.id || o.fieldValue })),
items: [
..._.reduce(itemsByGroup, (pre, cur) => {
return [