|
@ -1225,6 +1225,8 @@ export default { |
|
|
bodyType, //体型判定 |
|
|
bodyType, //体型判定 |
|
|
lbm, //瘦体重(去脂体重) |
|
|
lbm, //瘦体重(去脂体重) |
|
|
} = res.data; |
|
|
} = res.data; |
|
|
|
|
|
if (!res.data.id) return; |
|
|
|
|
|
console.log("人体成分"); |
|
|
|
|
|
|
|
|
this.detailsForm.PG_RTCF_TZ = weight; // 体重 |
|
|
this.detailsForm.PG_RTCF_TZ = weight; // 体重 |
|
|
this.detailsForm.PG_RTCF_QZTZ = lbm; // 去脂体重 |
|
|
this.detailsForm.PG_RTCF_QZTZ = lbm; // 去脂体重 |
|
|