|
|
@ -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) |
|
|
|
|
|
|
|
|
// 防止和watch里的name冲突 |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
|
|
|
// 信息反显 |
|
|
|
|
|
this.reflectiveCompany(res) |
|
|
this.hasSelected = true |
|
|
this.hasSelected = true |
|
|
}, 0) |
|
|
}, 0) |
|
|
} |
|
|
} |
|
|
|