Merge branch 'feature/v2-薪资账套-薪资项目项移动到大类新功能开发' into develop
This commit is contained in:
commit
884b4c2d18
|
|
@ -313,6 +313,7 @@ class LedgerSalaryItem extends Component {
|
|||
...it,
|
||||
items: [...it.items, {
|
||||
...extraItems,
|
||||
salaryItemGroupId: moveToItemId,
|
||||
key: moveId,
|
||||
sortedIndex: !_.isEmpty(it.items) ? it.items[it.items.length - 1].sortedIndex + 1 : 0
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in New Issue