提交 f6761176 authored 作者: tb53863844's avatar tb53863844

修改bug

上级 76f59cc5
...@@ -118,8 +118,8 @@ class StandardTable extends Component { ...@@ -118,8 +118,8 @@ class StandardTable extends Component {
loading={loading} loading={loading}
rowKey={rowKey || 'key'} rowKey={rowKey || 'key'}
rowSelection={typeof noSelectRow !== 'undefined' && noSelectRow ? null : rowSelection} rowSelection={typeof noSelectRow !== 'undefined' && noSelectRow ? null : rowSelection}
dataSource={list.map((x) => { dataSource={!!list &&list.map((x) => {
return { return x.id!=null?x:{
id: Math.random() * 10000 + '', id: Math.random() * 10000 + '',
...x, ...x,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论