From 02e3fbfc96e08c9285daaa5a6ec53716c747a671 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期五, 29 八月 2025 10:42:18 +0800
Subject: [PATCH] 1
---
zy-acs-flow/src/page/host/HostList.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-acs-flow/src/page/host/HostList.jsx b/zy-acs-flow/src/page/host/HostList.jsx
index ba16058..ac9be3d 100644
--- a/zy-acs-flow/src/page/host/HostList.jsx
+++ b/zy-acs-flow/src/page/host/HostList.jsx
@@ -37,7 +37,7 @@
import MyExportButton from '../components/MyExportButton';
import PageDrawer from "../components/PageDrawer";
import MyField from "../components/MyField";
-import { PAGE_DRAWER_WIDTH, OPERATE_MODE } from '@/config/setting';
+import { PAGE_DRAWER_WIDTH, OPERATE_MODE, DEFAULT_PAGE_SIZE } from '@/config/setting';
import * as Common from '@/utils/common'
const StyledDatagrid = styled(DatagridConfigurable)(({ theme }) => ({
@@ -96,7 +96,7 @@
<MyExportButton />
</TopToolbar>
)}
- perPage={25}
+ perPage={DEFAULT_PAGE_SIZE}
>
<StyledDatagrid
preferenceKey='host'
--
Gitblit v1.9.1