From 04873237fc76aef49f65a44f0909f2cdc5466f7f Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Wed, 5 Jul 2023 17:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E8=AF=8A=E5=8D=95=E5=B8=A6=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- .../seeDoctor/first-visit/index.vue | 17 +---------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/public/index.html b/public/index.html index b7dc2f6..41857cc 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/seeDoctor/first-visit/index.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/first-visit/index.vue index 6c4fa5c..829cb29 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 @@ -272,22 +272,7 @@ export default { params: params }) if (res.code === 0) { - this.formData.butOd = res.data.butOd - this.formData.butOs = res.data.butOs - this.formData.eod = res.data.eod - this.formData.eos = res.data.eos - this.formData.hdOd = res.data.hdOd - this.formData.hdOs = res.data.hdOs - this.formData.hod = res.data.hod - this.formData.hos = res.data.hos - this.formData.iolOd = res.data.iolOd - this.formData.iolOs = res.data.iolOs - this.formData.npOd = res.data.npOd - this.formData.npOs = res.data.npOs - this.formData.vod = res.data.vod - this.formData.vos = res.data.vos - this.formData.zjOd = res.data.zjOd - this.formData.zjOs = res.data.zjOs + this.formData = res.data } else { this.$message.error(res.msg) }