Commit 4df95c5d authored by 卢均锐's avatar 卢均锐

fix: [19588]

parent f01d568a
......@@ -144,7 +144,7 @@ const ContractDrawer: React.FC<ContractDrawerProps> = (props: ContractDrawerProp
columns={columns}
currentRef={ref}
key={`contract_${partyBMemberId}`}
// rowKey="billId"
rowKey="billId"
rowSelection={{
selectedRowKeys: selectedRowKeys,
onSelect: handleSelectChange,
......
......@@ -157,6 +157,7 @@ const RequestFundsDrawer: React.FC<RequestFundsDrawerProps> = (props: RequestFun
<StandardTable
keepAlive={false}
key={`requestFunds_${applyType}`}
rowKey="billId"
// tableProps={{
// rowKey: (record) => {
// return `requestFunds_${applyType}_${record['billNo']}_${record['billId']}_${record['billAmount']}_${record['billTime']}`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment