产品-薪资账套薪资项目项添加编辑的功能

This commit is contained in:
黎永顺 2023-07-26 09:31:15 +08:00
parent 6a45f624e2
commit c9c79460c7
1 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@ class LedgerSalaryItemNormal extends Component {
render() {
const {
editId,
saveSalarySobId,
dataSource,
onSaveCategory,
onDropCategoryItem,
@ -165,7 +166,7 @@ class LedgerSalaryItemNormal extends Component {
}
>
<LedgerSalaryItemTable
dataSource={items} salarySobId={editId}
dataSource={items} salarySobId={editId || saveSalarySobId}
selectedRowKeys={field.selectedRowKeys || []}
onDropCategoryItem={(data) => onDropCategoryItem(field, data)}
onHandleItemhide={(data) => onHandleItemhide(field, data)}