From 04611220d6ec06fb328c85210b5e3d3e305cfb3d Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期一, 29 九月 2025 17:28:49 +0800
Subject: [PATCH] 结批功能修改

---
 Web/src/views/main/wcsBoxInfo/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Web/src/views/main/wcsBoxInfo/index.vue b/Web/src/views/main/wcsBoxInfo/index.vue
index 431b2bd..b6f275d 100644
--- a/Web/src/views/main/wcsBoxInfo/index.vue
+++ b/Web/src/views/main/wcsBoxInfo/index.vue
@@ -212,7 +212,7 @@
   const queryParams = ref<any>({});
   const tableParams = ref({
     page: 1,
-    pageSize: 10,
+    pageSize: 20,
     total: 0,
   });
 

--
Gitblit v1.8.0