src/views/febs/system/user/Edit.vue
@@ -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 } } },