From d4be39fedaed04b0f1f34808dc55369ed5b94e21 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期五, 16 五月 2025 17:59:09 +0800
Subject: [PATCH] BMI

---
 src/views/hosp/ruleAdvice/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/hosp/ruleAdvice/index.vue b/src/views/hosp/ruleAdvice/index.vue
index d8b945a..d57632a 100644
--- a/src/views/hosp/ruleAdvice/index.vue
+++ b/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;
         });
       }
     },

--
Gitblit v1.8.0