src/views/febs/system/user/Edit.vue
@@ -66,7 +66,7 @@ <el-tree ref="deptTree" :data="deptTree" :check-strictly="true" :check-strictly="false" :default-checked-keys="user.deptIdsArr" show-checkbox accordion @@ -180,6 +180,8 @@ for (let i = 0; i < this.baseinfo.length; i++) { if (this.baseinfo[i].certificateNumb === data) { this.user.nickName = this.baseinfo[i].empName this.user.deptId = this.baseinfo[i].deptId this.user.mobile = this.baseinfo[i].telePhone } } },