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}/>