release/3.0.1.2504.01-合并业务线
This commit is contained in:
parent
80307c7b91
commit
38572729fd
|
|
@ -99,7 +99,8 @@ class EditSalaryCalcSlide extends Component {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const payload = {
|
const payload = {
|
||||||
salaryAcctEmpId, employeeInfos: baseInfo,
|
salaryAcctEmpId,
|
||||||
|
employeeInfos: _.map(baseInfo, o => ({ ...o, fieldValue: o.fieldValue.id || o.fieldValue })),
|
||||||
items: [
|
items: [
|
||||||
..._.reduce(itemsByGroup, (pre, cur) => {
|
..._.reduce(itemsByGroup, (pre, cur) => {
|
||||||
return [
|
return [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue