forked from Gitlink/forgeplus-react
组织成员-每页条数
This commit is contained in:
parent
b82e7d9d69
commit
9527f69486
|
@ -6,7 +6,7 @@ import Nodata from '../Nodata';
|
|||
import { Pagination , Spin } from 'antd';
|
||||
import AddMemberBox from './Component/AddMemberBox';
|
||||
|
||||
const limit = 15;
|
||||
const limit = 16;
|
||||
function TeamMember({organizeDetail,current_user,history,match}){
|
||||
const OIdentifier = match.params.OIdentifier;
|
||||
const [ page , setPage ] = useState(1);
|
||||
|
|
Loading…
Reference in New Issue