diff --git a/src/components/360View/commonForm/eyesVision.vue b/src/components/360View/commonForm/eyesVision.vue index f59e24a..bce6e38 100644 --- a/src/components/360View/commonForm/eyesVision.vue +++ b/src/components/360View/commonForm/eyesVision.vue @@ -814,6 +814,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.queryProject() this.formData.ctYuan = this.formData.ctJin = '正位'