Merge branch 'feature/v2-薪资账套-薪资项目项移动到大类新功能开发' into develop

This commit is contained in:
黎永顺 2023-03-10 11:43:25 +08:00
commit 884b4c2d18
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
}]