产品-薪资账套薪资项目项添加编辑的功能
This commit is contained in:
parent
6a45f624e2
commit
c9c79460c7
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue