From da46acddce727cb8a4929b61ef2f27ead5d73244 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 18 二月 2025 09:39:41 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev

---
 src/views/structural/capabilityAndLaboratory/capability/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/structural/capabilityAndLaboratory/capability/index.vue b/src/views/structural/capabilityAndLaboratory/capability/index.vue
index 033f101..3b7e31d 100644
--- a/src/views/structural/capabilityAndLaboratory/capability/index.vue
+++ b/src/views/structural/capabilityAndLaboratory/capability/index.vue
@@ -46,13 +46,13 @@
 <!--      妫�楠岄」鐩弬鏁拌〃鏍�-->
       <div class="table" v-if="radio===0">
         <lims-table :tableData="tableData" :column="column"
-                    @pagination="pagination"
+                    @pagination="pagination" :height="'calc(100vh - 290px)'"
                     :page="page" :tableLoading="tableLoading"></lims-table>
       </div>
 <!--      妫�楠屽璞¤〃鏍�-->
       <div class="table" v-if="radio===1">
         <lims-table :tableData="testObjectTableData" :column="testObjectColumn"
-                    @pagination="pagination"
+                    @pagination="pagination" :height="'calc(100vh - 290px)'"
                     :page="testObjectPage" :tableLoading="tableLoading"></lims-table>
       </div>
     </div>
@@ -462,10 +462,11 @@
     },
     refresh() {
       this.resetForm('itemParameterForm')
+      this.page.current = 1
       this.refreshTable()
     },
     pagination (page) {
-      this.page.size = page.pageNum.limit
+      this.page.size = page.limit
       this.refreshTable()
     },
     // 妫�楠岄」鐩弬鏁版柊澧�

--
Gitblit v1.9.3