From c37ccebe95dba0abe1d8ae7c0a6e241d44aa4e8f Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Mon, 10 Apr 2023 20:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E6=97=A0=E7=99=BB=E8=AE=B0=E5=8F=B7?= =?UTF-8?q?=E5=88=99=E4=B8=8D=E8=83=BD=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- .../optometryManagement/dioptric/patient-add-or-update.vue | 2 +- .../outpatientManagement/call/patient-add-or-update.vue | 2 +- .../outpatientManagement/treat/patient-add-or-update.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index f449c2f..6f52be6 100644 --- a/public/index.html +++ b/public/index.html @@ -39,8 +39,8 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> diff --git a/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue b/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue index 4f2bd97..0db0d6d 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue @@ -168,7 +168,7 @@ export default { this.$nextTick(() => { this.$refs.dataForm.resetFields() // 重置表单 // this.getVisitList() // 获取随访列表 - if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') { + if (this.params.patientId && this.dataForm.title !== 'HIS引入') { this.dataForm = { title: this.dataForm.title, ...this.params diff --git a/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue b/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue index e12f8f0..0403cf5 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue @@ -173,7 +173,7 @@ export default { this.getProject() this.$nextTick(() => { this.$refs.dataForm.resetFields() // 重置表单 - if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') { + if (this.params.patientId && this.dataForm.title !== 'HIS引入') { // this.getInfo() this.dataForm = { title: this.dataForm.title, diff --git a/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue b/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue index b1f4e6c..86b07f9 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue @@ -169,7 +169,7 @@ export default { this.getProject() this.$nextTick(() => { this.$refs.dataForm.resetFields() // 重置表单 - if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') { + if (this.params.patientId && this.dataForm.title !== 'HIS引入') { this.dataForm = { title: this.dataForm.title, ...this.params