From 1a0d57124485fafb0b42a3ec3ecc121e50bb050f Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 03 六月 2025 17:00:08 +0800 Subject: [PATCH] 1 --- 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