移动至
This commit is contained in:
parent
3d7850431a
commit
a21405341c
|
|
@ -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