qx
qx
2025-04-15 d65aa7fee641733e13fcbcd6c326d6bd27a45d96
src/views/hosp/ruleAdvice/index.vue
@@ -13,7 +13,7 @@
            style="margin-bottom: 20px"
          />
        </div>
        <div class="head-tree">
        <div class="head-tree" style="height: 486px; overflow-y: scroll;">
          <el-tree
            ref="tree"
            node-key="id"
@@ -440,7 +440,7 @@
      this.open = true;
      this.title = "添加病种+意见";
      listRules(this.queryParams).then((response) => {
        this.rulesList = response.rows;
        this.rulesList = response.data.rows;
      });
    },
    /** 修改按钮操作 */
@@ -460,7 +460,7 @@
          bingzhong: query,
        };
        listRules(data).then((response) => {
          this.rulesList = response.rows;
          this.rulesList = response.data.rows;
        });
      }
    },