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