..
孔祥富
2021-03-08 47801ad8c56d9f7d24eefa4cedd6a13bb96972cc
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
        }
      }
    },