wjx hace 1 día
padre
commit
79bf698a69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/weComTask/page/weAssociation/list/index.tsx

+ 1 - 1
src/pages/weComTask/page/weAssociation/list/index.tsx

@@ -29,7 +29,7 @@ const WeAssociationList: React.FC = () => {
     const [userId, setUserId] = useState<number>(userIdStr ? Number(userIdStr) : undefined);
     const [listData, setListData] = useState<ApiParamsChatListProps>({
         pageNum: 1,
-        pageSize: 20
+        pageSize: 50
     })
     const [userQuerys, setUserQuerys] = useState<{
         numArr: Array<number | undefined>,