From 49f8eeef1dfbc4ba1eb3a4cc413e4a78eba0357c Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期六, 07 二月 2026 09:47:54 +0800
Subject: [PATCH] #取消页面缓存和更新页面组件

---
 rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
index 89f8a5e..8c58bb9 100644
--- a/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
+++ b/rsf-admin/src/page/work/checkOutBound/CheckOutBoundList.jsx
@@ -332,7 +332,7 @@
                         },
                     },
                 }}
-                pageSizeOptions={[15, 25, 50, 100]}
+                pageSizeOptions={[10, 20, 50, 100]}
                 editMode="row"
                 checkboxSelection = {false}
                 onRowSelectionModelChange={handleSelectionChange}

--
Gitblit v1.9.1