Browse Source

双眼是功能转义字符修改

360view
bianyaqi 2 years ago
parent
commit
6a4dbcbd94
  1. 4
      src/components/360View/commonForm/eyesVision.vue

4
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 = '正常'

Loading…
Cancel
Save