From 64919e56a38c59823530fab4cbc0e9436e38020e Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 26 九月 2024 08:48:57 +0800
Subject: [PATCH] 修改调用WMS接口自动码垛绑定信息返回巷道口

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

diff --git a/Web/src/views/wcs/wcsPosition/index.vue b/Web/src/views/wcs/wcsPosition/index.vue
index 50f0698..bc7076f 100644
--- a/Web/src/views/wcs/wcsPosition/index.vue
+++ b/Web/src/views/wcs/wcsPosition/index.vue
@@ -126,7 +126,7 @@
 const queryParams = ref<any>({});
 const tableParams = ref({
   page: 1,
-  pageSize: 10,
+  pageSize: 20,
   total: 0,
 });
 

--
Gitblit v1.8.0