From cb1f69717eed3b6a61b6c61a8934bac752782b2d Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 05 三月 2025 17:00:38 +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