Commit beb99aa1 authored by XieZhiXiong's avatar XieZhiXiong

更改Table rowKey

parent 05f79d79
...@@ -305,7 +305,7 @@ const memberMaintain: React.FC<[]> = () => { ...@@ -305,7 +305,7 @@ const memberMaintain: 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