From 38fcddb3f5a7c6e14dfbbf19302c95f37e0387e1 Mon Sep 17 00:00:00 2001 From: pengqiang Date: Fri, 22 Dec 2023 14:44:41 +0800 Subject: [PATCH] peter --- .../optometryManagement/seeDoctor/first-visit/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/first-visit/index.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/first-visit/index.vue index 1e88eca..026b48c 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/first-visit/index.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/first-visit/index.vue @@ -847,7 +847,8 @@ export default { methods: { async queryFirstVisit() { const params = { - id: this.id + id: this.id, + patientId: this.patientId } const { data: res } = await this.$http.get('/hospital/notice/getFirstDiagnosisById', { params: params