微信扫一扫
...<Table columns={columns} dataSource={users.data} rowKey='id'/>...
加上rowKey属性指定列id为key,就不会再出现警告了
相关推荐