Merge branch 'release/3.0.1.2503.01-合并业务线' into release/2.19.1.2503.01-业务线个税

This commit is contained in:
lys 2025-03-27 13:50:25 +08:00
commit 2e818defdb
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class LedgerSalaryItemNormal extends Component {
<LedgerSalaryItemTable
tableData={items}
showOperateBtn={showOperateBtn}
dataSource={_.find(newDateSource, childItem => childItem.uuid === uuid).items}
dataSource={_.find(dataSource, childItem => childItem.uuid === uuid).items}
salarySobId={editId || saveSalarySobId}
selectedRowKeys={field.selectedRowKeys || []}
onDropCategoryItem={(data) => onDropCategoryItem(field, data)}