修改bug 52234 标准化活动日历,选完参会人员,应该吧人员所属单位和部门带出来吧

This commit is contained in:
zhangyichen
2022-04-02 10:35:34 +08:00
parent ddef09c751
commit fdb594f0c6
@@ -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
},