From caef1ff213da160e818342eceb3d77fac0db280d Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 30 五月 2025 16:41:29 +0800 Subject: [PATCH] qx --- 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