From 8e4792300d095bdc94e7ec8cd6b5ef1ad3fc4b0c Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 13 二月 2025 16:52:37 +0800 Subject: [PATCH] qx --- 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