From bf72904214ec5ea90ca70f0f2aec6d39e4c02c23 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Fri, 12 May 2023 17:12:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8A=E6=96=AD=E5=B8=A6=E5=85=A5=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/formList/laserSurgery.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/page-subspecialty/views/modules/formList/laserSurgery.vue b/src/page-subspecialty/views/modules/formList/laserSurgery.vue index 724b07d..c678c33 100644 --- a/src/page-subspecialty/views/modules/formList/laserSurgery.vue +++ b/src/page-subspecialty/views/modules/formList/laserSurgery.vue @@ -221,6 +221,13 @@ export default { this.$store.commit('initPlugin') }, methods: { + queryDiagnostic() { + this.$http.get('/mzbl/getLastDiagnostic', { params: { + patientId: this.patientDetail.patientId + }}).then(data => { + this.confirmData.diagnostic = data.data.data + }) + }, signClick(index) { this.$store.commit('beginSign', index) }, @@ -268,6 +275,7 @@ export default { if (detail.jzNumber) { this.confirmData = { ...detail } } else { + this.queryDiagnostic() this.confirmData.patientName = this.patientDetail.patientName this.confirmData.patientAge = this.patientDetail.patientAge this.confirmData.patientSex = this.patientDetail.patientSex