Commit 59980834 by zhaochengxiang

bug fix

parent 9457c756
...@@ -131,7 +131,6 @@ function FC<RowType extends object = any>({ width, maxHeight, pageSize, pageNum, ...@@ -131,7 +131,6 @@ function FC<RowType extends object = any>({ width, maxHeight, pageSize, pageNum,
}} }}
onRow={(record, index) => { onRow={(record, index) => {
return { return {
id: record?.id,
onClick: event => { onClick: event => {
onRowClick?.(event, record) onRowClick?.(event, record)
}, },
......
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