From 7d2dba2945bf807413e7fc809fc06acebe3721a8 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 21 一月 2025 13:46:41 +0800
Subject: [PATCH] 1

---
 src/views/hosp/rules/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/hosp/rules/index.vue b/src/views/hosp/rules/index.vue
index 1b3816f..01e4716 100644
--- a/src/views/hosp/rules/index.vue
+++ b/src/views/hosp/rules/index.vue
@@ -351,7 +351,7 @@
                 :total="total"
                 :page.sync="queryParams.pageNum"
                 :limit.sync="queryParams.pageSize"
-                @pagination="getList"
+                @pagination="getListByXmId"
               />
             </div>
           </div>
@@ -1097,6 +1097,8 @@
             1;
         });
         this.rulesList = response.rows;
+        console.log(this.rulesList,999);
+        
         this.total = response.total;
         this.loading = false;
       });

--
Gitblit v1.8.0