删除调试信息

This commit is contained in:
liweijin
2018-12-24 18:10:01 +08:00
parent 6fe99c9d80
commit efa9fd3dfd
7 changed files with 22 additions and 38 deletions
@@ -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) => {