qx
2025-04-16 a2c6e0da9d51c37ceff8d0d7e1bb7f4f85f1deb5
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;
        });
      }
    },