改善
This commit is contained in:
@ -35,6 +35,7 @@ const UserInfoTable = props => {
|
||||
columns={UserInfoTableColumn(openUserInfoDetails)}
|
||||
dataSource={queryResponse.list}
|
||||
pagination={false}
|
||||
rowKey="id"
|
||||
/>
|
||||
</Spin>
|
||||
<Pagination
|
||||
@ -58,7 +59,7 @@ UserInfoTable.propTypes = {
|
||||
setQueryRequest: PropTypes.func.isRequired,
|
||||
queryResponse: PropTypes.object.isRequired,
|
||||
messageApi: PropTypes.object.isRequired,
|
||||
commonAxios: PropTypes.object.isRequired,
|
||||
commonAxios: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
export default UserInfoTable;
|
||||
Reference in New Issue
Block a user