删除调试信息
This commit is contained in:
-3
@@ -116,8 +116,6 @@ export class UserManagementModifyComponent implements OnInit {
|
||||
}
|
||||
//检验系统账号的唯一性
|
||||
checkName(){
|
||||
console.log(this.validateForm.value.login_name.trim())
|
||||
console.log(this.oldLoginName)
|
||||
if(this.modifyType==2&&this.validateForm.value.login_name.trim()==this.oldLoginName){
|
||||
this.nameOnly = true;
|
||||
this.checkNameStatus='success';
|
||||
@@ -241,7 +239,6 @@ export class UserManagementModifyComponent implements OnInit {
|
||||
params.orgList.push(option)
|
||||
}
|
||||
})
|
||||
console.log(params)
|
||||
this.isLoadingSave=true;
|
||||
if(type==1){
|
||||
this.http.post('/sysapi/setting/user/add', params).subscribe((json) => {
|
||||
|
||||
Reference in New Issue
Block a user