111
lkk
2025-01-11 4cd570c40951d27e5cd745f8678913f221cdb22e
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;
      });