From d1fc2acdbe31d3fd460df7bf73f791c7d1007597 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 17 三月 2025 17:31:45 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- 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