qx
qx
2025-05-30 caef1ff213da160e818342eceb3d77fac0db280d
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 + ",";