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; }); } },