解决:

<Table
bordered
rowKey={record=>record.id} //解决
components={this.components}
columns={columns}
dataSource={this.state.tData}
pagination={this.state.pagination}
onChange={this.handleTableChange}
/>

相关文章:

  • 2021-10-22
  • 2022-12-23
  • 2021-11-22
  • 2021-08-17
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-04-08
  • 2021-09-29
相关资源
相似解决方案