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) }