mirror of https://gitee.com/topiam/eiam
⚡ 优化代码
parent
a3014d3a66
commit
79b11a0f25
|
@ -105,7 +105,7 @@ export default (props: { userId: string }) => {
|
|||
columns={columns}
|
||||
search={false}
|
||||
rowKey={'id'}
|
||||
scroll={{ x: 1200 }}
|
||||
scroll={{ x: 900 }}
|
||||
request={getLoginAuditList}
|
||||
params={{ userId: userId }}
|
||||
pagination={{ pageSize: 10 }}
|
||||
|
|
Loading…
Reference in New Issue