newPeter7 2 years ago
parent
commit
99987f8ba4
  1. 4
      src/components/360View/commonForm/eyesVision.vue

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

Loading…
Cancel
Save