Commit 3f517091 authored by oyhk's avatar oyhk
Browse files

[fix]

parent 6c2425d4
Showing with 3 additions and 3 deletions
+3 -3
This diff is collapsed.
import React, { useRef, useState } from 'react';
import React, { useRef } from 'react';
import { uuid } from '@/utils/utils';
import {
Col,
......
......@@ -23,7 +23,7 @@ export default () => {
const pageResultUseRequest = useRequest<ApiResult<PageResult<ProjectDto>>>(
() => routes.apiRoutes.projectPage({
pageNo: 0,
pageSize: 1,
pageSize: 1000,
}),
{
manual: false,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment