提交 6b97446c authored 作者: 钟是志's avatar 钟是志

优化代码

上级 2d943a1b
...@@ -120,7 +120,8 @@ class StandardTable extends Component { ...@@ -120,7 +120,8 @@ class StandardTable extends Component {
<NormalTable <NormalTable
components={components} components={components}
loading={loading} loading={loading}
rowKey={rowKey || 'key'} // rowKey={rowKey || 'key'}
rowKey={'id'}
rowSelection={typeof noSelectRow !== 'undefined' && noSelectRow ? null : rowSelection} rowSelection={typeof noSelectRow !== 'undefined' && noSelectRow ? null : rowSelection}
dataSource={ dataSource={
!!list && !!list &&
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论