移动至

This commit is contained in:
黎永顺 2023-03-10 11:42:33 +08:00
parent 3d7850431a
commit a21405341c
1 changed files with 1 additions and 0 deletions

View File

@ -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
}]