11
lkk
2025-04-15 c70ffa07e49c0711b79156f00f80b1883d07450f
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;
        });
      }
    },