From 48a1f3a23b12b8c78cfaa77de9528c96ff57769f Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 22:55:43 +0800
Subject: [PATCH] 提交气柜管路负载统计页面全部

---
 src/views/basicData/processRoute/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/basicData/processRoute/index.vue b/src/views/basicData/processRoute/index.vue
index e4b782c..e209bff 100644
--- a/src/views/basicData/processRoute/index.vue
+++ b/src/views/basicData/processRoute/index.vue
@@ -220,7 +220,7 @@
 const title = ref("");
 const daterangeIntegrationDay = ref([]);
 //寮圭獥鐩稿叧
-const height = ref(document.documentElement.clientHeight - 260 + "px;");
+const height = ref(document.documentElement.clientHeight - 230 + "px;");
 const isVisible = ref(false);
 const isError = ref(false);
 const planned = ref(true);
@@ -407,7 +407,7 @@
   form: {},
   queryParams: {
     pageNum: 0,
-    pageSize: 10,
+    pageSize: 100,
     itemNo: null,
     integrationDay: null,
   },

--
Gitblit v1.9.3