qx
qx
2025-04-15 d65aa7fee641733e13fcbcd6c326d6bd27a45d96
src/views/hosp/ruleAdvice/index.vue
@@ -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;
        });
      }
    },