From c70ffa07e49c0711b79156f00f80b1883d07450f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 15 四月 2025 10:44:35 +0800 Subject: [PATCH] 11 --- src/views/hosp/ruleAdvice/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/hosp/ruleAdvice/index.vue b/src/views/hosp/ruleAdvice/index.vue index 4c0b7c9..d57632a 100644 --- a/src/views/hosp/ruleAdvice/index.vue +++ b/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; }); } }, -- Gitblit v1.8.0