From af094a9de73e456b33a4f058b2d9bf981852558a Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 14 五月 2025 08:57:04 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/doctor/check/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 262aa2c..055a0fb 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -1061,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