修改bug 52234 标准化活动日历,选完参会人员,应该吧人员所属单位和部门带出来吧
This commit is contained in:
@@ -689,6 +689,10 @@ export default {
|
||||
if (data.length > 0) {
|
||||
this.editForm.fillPeopleId = data[0].id
|
||||
this.editForm.fillPeople = data[0].name
|
||||
this.editForm.fillUnit = data[0].unit
|
||||
this.editForm.fillDept = data[0].institutionName
|
||||
this.editForm.fillTel = data[0].phone
|
||||
this.editForm.fillMail = data[0].email
|
||||
}
|
||||
this.roleShowflag = false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user