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