diff --git a/acupuncture-后台/src/views/medicalFile/details.vue b/acupuncture-后台/src/views/medicalFile/details.vue index 811bcfb2c..50c0d9de2 100644 --- a/acupuncture-后台/src/views/medicalFile/details.vue +++ b/acupuncture-后台/src/views/medicalFile/details.vue @@ -186,7 +186,6 @@ @@ -1277,7 +1276,7 @@ export default { this.detailsForm.PG_RTCF_WHR = whr; // 腰臀比(WHR) this.detailsForm.PG_RTCF_NZZFSP = vfi; // 内脏脂肪水平 // this.detailsForm.PG_RTCF_STGCFBFB = ""; // 身体各成分百分比 - this.detailsForm.PG_RTCF_TXLX = [bodyType]; // 体型类型 + this.detailsForm.PG_RTCF_TXLX = bodyType; // 体型类型 this.detailsForm.PG_RTCF_STNL = bodyAge; // 身体年龄 this.detailsForm.PG_RTCF_JKPF = score; // 健康评分 });