|
@@ -970,7 +970,7 @@ export default {
|
|
|
/* 新建用户 */
|
|
|
addUser() {
|
|
|
this.isAddUser = true;
|
|
|
- this.hasEmployeeNo=false
|
|
|
+ // this.hasEmployeeNo=false
|
|
|
this.userForm = {
|
|
|
title:this.$t('SystemManage.DepartManage.user_add_btn'),
|
|
|
account:'',
|
|
@@ -1265,7 +1265,7 @@ export default {
|
|
|
areacode:item.TelAreaCode,
|
|
|
IsLdap:item.IsLdap||0
|
|
|
}
|
|
|
- this.hasEmployeeNo=!!item.EmployeeId
|
|
|
+ // this.hasEmployeeNo=!!item.EmployeeId
|
|
|
this.isAddUser = true;
|
|
|
},
|
|
|
/* 删除用户 */
|