Commit ce8fbf07 authored by XieZhiXiong's avatar XieZhiXiong

去掉 index 作为索引值

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