lkk
2025-02-27 28c789274891bb02289540c89a6c35c71c882088
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;
      });