@@ -149,7 +149,7 @@ function ExceptionLog() {
columns={columns}
scroll={{ y: 'calc(100vh - 320px)' }}
dataSource={logList}
- rowKey={record => record.operationId}
+ rowKey={record => record.id}
pagination={{
pageNo: 1,
pageSize: size,
@@ -106,7 +106,7 @@ function LoginLog() {
- rowKey={record => record.operationDate}
@@ -120,7 +120,7 @@ function OperationLog() {