From fc241324087e605b145e8bbcc4ee3aece61dbf14 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 三月 2022 15:59:45 +0800
Subject: [PATCH] 2022-03-21

---
 src/tabviews/verupmanage/index.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/verupmanage/index.jsx b/src/tabviews/verupmanage/index.jsx
index 22c47a4..fe65a69 100644
--- a/src/tabviews/verupmanage/index.jsx
+++ b/src/tabviews/verupmanage/index.jsx
@@ -450,7 +450,7 @@
   }
 
   render() {
-    const { searchlist, setting, actions, columns, pickup, config, selectedData } = this.state
+    const { searchlist, setting, actions, columns, pickup, config, selectedData, pageSize } = this.state
 
     return (
       <div className="veruptable" id={this.state.ContainerId}>
@@ -478,6 +478,7 @@
             pickup={pickup}
             setting={setting}
             columns={columns}
+            pageSize={pageSize}
             dict={this.state.dict}
             data={this.state.data}
             total={this.state.total}

--
Gitblit v1.8.0