diff --git a/acupuncture-前台/src/views/medicalFile/details.vue b/acupuncture-前台/src/views/medicalFile/details.vue index 3d01eeb2..ff3d9c3a 100644 --- a/acupuncture-前台/src/views/medicalFile/details.vue +++ b/acupuncture-前台/src/views/medicalFile/details.vue @@ -12,7 +12,9 @@
-
基本信息
+
+ 基本信息(编号:{{ form.memberId || "-" }}) +
{{ @@ -1333,7 +1335,7 @@ export default { // 查询人体成分 getHumanBody() { selectByMemberId({ - memberId: this.form.visitNumber, + id: this.form.id, }).then((res) => { if (!res.data.id) { this.$modal.msgError("暂无数据"); diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue index 1a2d8a83..9fd307af 100644 --- a/acupuncture-前台/src/views/medicalFile/index.vue +++ b/acupuncture-前台/src/views/medicalFile/index.vue @@ -167,6 +167,14 @@ max-height="600" > + +