From 00a44859a673b388e1dca5f54c4ecaffc5fee30e Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期四, 19 三月 2026 10:21:08 +0800
Subject: [PATCH] lsh#0:新增、更新、解禁(只要调用了更新,就代表非禁用了)  1:禁用

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

diff --git a/rsf-admin/src/page/work/outBound/OutBoundList.jsx b/rsf-admin/src/page/work/outBound/OutBoundList.jsx
index 348571c..bdc4ed7 100644
--- a/rsf-admin/src/page/work/outBound/OutBoundList.jsx
+++ b/rsf-admin/src/page/work/outBound/OutBoundList.jsx
@@ -58,7 +58,6 @@
 import request from '@/utils/request';
 import LocItemInfoModal from "../components/locItemInfoModal";
 import { Delete } from '@mui/icons-material';
-import _, { set } from 'lodash';
 import StaSelect from "../components/StaSelect";
 import { redirect } from "react-router";
 import { number } from "prop-types";
@@ -352,7 +351,7 @@
                         },
                     },
                 }}
-                pageSizeOptions={[15, 25, 50, 100]}
+                pageSizeOptions={[10, 20, 50, 100]}
                 editMode="row"
                 checkboxSelection = {false}
                 onRowSelectionModelChange={handleSelectionChange}

--
Gitblit v1.9.1