wjx 1 year ago
parent
commit
1b3a089b7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/gameDataStatistics/gameServer/serverData/index.tsx

+ 1 - 1
src/pages/gameDataStatistics/gameServer/serverData/index.tsx

@@ -14,7 +14,7 @@ import { getPresets } from "@/components/QueryForm/const"
 const ServerData: React.FC = () => {
 
     /********************************/
-    const [queryForm, setQueryForm] = useState<GameServerListProps>({ pageNum: 1, pageSize: 100, beginDate: moment().format('YYYY-MM-DD'), endDate: moment().format('YYYY-MM-DD'), sourceSystem: 'ZX_ONE' })
+    const [queryForm, setQueryForm] = useState<GameServerListProps>({ pageNum: 1, pageSize: 50, beginDate: moment().format('YYYY-MM-DD'), endDate: moment().format('YYYY-MM-DD'), sourceSystem: 'ZX_ONE' })
     const [totalData, setTotalData] = useState<any[]>([])
 
     const getGameServerList = useAjax((params) => getGameServerListApi(params))