Commit c22b32c9 authored by XieZhiXiong's avatar XieZhiXiong

确保 key 唯一

parent b6cfd3cd
......@@ -115,7 +115,7 @@ const CommentQuery = () => {
<Card>
<StandardTable
tableProps={{
rowKey: record => `${record.memberId}+${record.roleId}`,
rowKey: (record, index) => `${record.memberId}+${record.roleId}+${index}`,
}}
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