1
lkk
2025-06-05 8925a21e020cdaee64924f3243898c4d86038fa2
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 + ",";