Browse Source

人体成分接口对接

newMaster
1747191978@qq.com 3 months ago
parent
commit
9eb925cda8
  1. 2
      acupuncture-前台/src/views/medicalFile/details.vue

2
acupuncture-前台/src/views/medicalFile/details.vue

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

Loading…
Cancel
Save