2
lkk
2025-03-17 c6cde48b9aabb74e0a3d0cbcf3f2ff6a476bd88c
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;
      });