From 6a4dbcbd94103b26ca5ddcabe1bb63ae047ad346 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Wed, 19 Apr 2023 20:12:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E7=9C=BC=E6=98=AF=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E8=BD=AC=E4=B9=89=E5=AD=97=E7=AC=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/360View/commonForm/eyesVision.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/360View/commonForm/eyesVision.vue b/src/components/360View/commonForm/eyesVision.vue index 08f4a9e..56dd863 100644 --- a/src/components/360View/commonForm/eyesVision.vue +++ b/src/components/360View/commonForm/eyesVision.vue @@ -813,6 +813,10 @@ export default { }}).then(data => { const form = data.data.data this.formData = form + if (this.formData.ctYuan) { + this.formData.ctYuan = this.formData.ctYuan.replace('>', '>') + this.formData.ctJin = this.formData.ctJin.replace('>', '>') + } if (!this.formData.id) { this.formData.ctYuan = this.formData.ctJin = '正位' this.formData.ctYqyd = '正常'