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