组织成员-每页条数

This commit is contained in:
caishi 2022-02-24 14:22:09 +08:00
parent b82e7d9d69
commit 9527f69486
1 changed files with 1 additions and 1 deletions

View File

@ -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);