供应商查询弹出中准入品类分页问题
This commit is contained in:
@ -174,7 +174,7 @@ const AccessCategoryTable = ({id}:{id:string}) => {
|
|||||||
// }}
|
// }}
|
||||||
pagination={{...tableProps.pagination, total: accessPagination.total }}
|
pagination={{...tableProps.pagination, total: accessPagination.total }}
|
||||||
onChange={(pagination) => {
|
onChange={(pagination) => {
|
||||||
fetchCategoryData( pagination.current!, pagination.pageSize!)
|
fetchAccessData( pagination.current!, pagination.pageSize!)
|
||||||
}}
|
}}
|
||||||
style={{ flex: 1, minHeight: 0 }}
|
style={{ flex: 1, minHeight: 0 }}
|
||||||
scroll={{ y: 'calc(100vh - 350px)' }}
|
scroll={{ y: 'calc(100vh - 350px)' }}
|
||||||
|
Reference in New Issue
Block a user