From 7ece33dcba419884924da9e2ea7ba2b53775ca93 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 19 五月 2025 17:33:23 +0800
Subject: [PATCH] 1

---
 src/views/doctor/check/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index fff7179..055a0fb 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -946,7 +946,6 @@
           );
 
           if (!heightRow || !weightRow || !bmiRow) {
-            this.$message.error('缂哄皯韬珮銆佷綋閲嶆垨 BMI 椤圭洰');
             return;
           }
 
@@ -1062,7 +1061,7 @@
             const bmi = this.calculateBMI(heightRow.proResult, weightRow.proResult);
             bmiRow.proResult = bmi || '';
           } else {
-            this.$message.error('缂哄皯韬珮銆佷綋閲嶆垨 BMI 椤圭洰');
+            // this.$message.error('缂哄皯韬珮銆佷綋閲嶆垨 BMI 椤圭洰');
           }
           this.proParentList.xiaoJie.forEach((item) => {
             this.titles += item.title + ",";

--
Gitblit v1.8.0