From d3420c98ce33eb74c86e82578970313c644045c5 Mon Sep 17 00:00:00 2001
From: yj <1336058017@qq.com>
Date: Thu, 10 Oct 2024 17:26:44 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E9=A1=B5=E9=BB=98?=
=?UTF-8?q?=E8=AE=A4=E4=B8=BA=E4=B8=8D=E5=B1=95=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/InvitingPersonnelModal/index.tsx | 2 +-
src/components/SharedFilesModel/index.tsx | 2 +-
src/page/Home/Index/index.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/InvitingPersonnelModal/index.tsx b/src/components/InvitingPersonnelModal/index.tsx
index 8e55c81..ee8b83f 100644
--- a/src/components/InvitingPersonnelModal/index.tsx
+++ b/src/components/InvitingPersonnelModal/index.tsx
@@ -158,7 +158,7 @@ const InvitingPersonnelModal = forwardRef((props: any, ref: any) => {
) : 暂无数据}
- {
+ {
setList({
...list,
pageIndex: e
diff --git a/src/components/SharedFilesModel/index.tsx b/src/components/SharedFilesModel/index.tsx
index 7288ff1..4ce71d2 100644
--- a/src/components/SharedFilesModel/index.tsx
+++ b/src/components/SharedFilesModel/index.tsx
@@ -341,7 +341,7 @@ const SharedFilesModel = forwardRef((props: any, ref: any) => {
...fileList,
pageIndex: e
})
- }} pageSize={fileList.pageSize} current={fileList.pageIndex} hideOnSinglePage={true} />
+ }} pageSize={fileList.pageSize} current={fileList.pageIndex} hideOnSinglePage={true} showSizeChanger={false}/>
diff --git a/src/page/Home/Index/index.tsx b/src/page/Home/Index/index.tsx
index 349390b..20d95cf 100644
--- a/src/page/Home/Index/index.tsx
+++ b/src/page/Home/Index/index.tsx
@@ -303,7 +303,7 @@ const Index: React.FC = () => {
...list,
pageIndex: e
})
- }} pageSize={list.pageSize} />
+ }} pageSize={list.pageSize} showSizeChanger={false}/>