Commit 71fdf9ed authored by 前端-钟卫鹏's avatar 前端-钟卫鹏
parents a886a859 b7704880
......@@ -304,7 +304,7 @@ const MemberMaintain: React.FC<[]> = () => {
<Card>
<StandardTable
tableProps={{
rowKey: 'memberId',
rowKey: 'validateId',
}}
columns={columns}
currentRef={ref}
......
......@@ -291,7 +291,7 @@ const MemberQuery: React.FC<{}> = () => {
<Card>
<StandardTable
tableProps={{
rowKey: 'memberId',
rowKey: 'validateId',
}}
columns={columns}
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