diff --git a/src/components/360View/medicalRecord/index.vue b/src/components/360View/medicalRecord/index.vue index 70de910..0244dfd 100644 --- a/src/components/360View/medicalRecord/index.vue +++ b/src/components/360View/medicalRecord/index.vue @@ -172,7 +172,7 @@ export default { const params = { flag: 8, name: this.name, - jsonText: JSON.stringify(jsonText), + jsonText, patientId: this.patientId, id: this.id, platform: this.isSearch diff --git a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue index 847c48c..954b6dc 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue @@ -56,6 +56,7 @@ export default { this.$emit('addRecord', name) }, handleForm(index, item) { + this.$parent.caseId = item.id this.$emit('handleForm', { index, item }) }, deleteForm() { diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/index.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/index.vue index 780a525..eb5be84 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/index.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/index.vue @@ -49,7 +49,7 @@ + diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/notice-book.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/notice-book.vue index 420fff4..1a6f689 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/notice-book.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/informBook/notice-book.vue @@ -1,274 +1,78 @@