邓雄飞 4 years ago
parent
commit
457b45669d
1 changed files with 3 additions and 2 deletions
  1. 5
      pages/enterprise-info/index.vue

5
pages/enterprise-info/index.vue

@ -317,9 +317,10 @@ export default {
if (res) { if (res) {
this.form.id = enterpriseId this.form.id = enterpriseId
this.form.name = res.name this.form.name = res.name
//
this.reflectiveCompany(res)
// watchname
setTimeout(() => { setTimeout(() => {
//
this.reflectiveCompany(res)
this.hasSelected = true this.hasSelected = true
}, 0) }, 0)
} }

Loading…
Cancel
Save