qx
qx
2025-06-09 e03e83323c452893d3d5e43fc3e0f2f8f34f47c9
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 + ",";