Commit b7704880 authored by XieZhiXiong's avatar XieZhiXiong

更改 Table rowKey

parent 370dbccf
...@@ -291,7 +291,7 @@ const MemberQuery: React.FC<{}> = () => { ...@@ -291,7 +291,7 @@ const MemberQuery: React.FC<{}> = () => {
<Card> <Card>
<StandardTable <StandardTable
tableProps={{ tableProps={{
rowKey: 'memberId', rowKey: 'validateId',
}} }}
columns={columns} columns={columns}
currentRef={ref} currentRef={ref}
......
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