删除调试信息
This commit is contained in:
-3
@@ -145,7 +145,6 @@ export class DepartmentManagementComponent implements OnInit {
|
||||
})
|
||||
}
|
||||
let params=Object.assign({},this.validateForm.value,{pid:pid},{userList:userList})
|
||||
console.log(params)
|
||||
if(this.modifyType==1){
|
||||
this.http.post('/sysapi/setting/organization/add/',params).subscribe((json)=>{
|
||||
if(json.is_success){
|
||||
@@ -172,7 +171,6 @@ export class DepartmentManagementComponent implements OnInit {
|
||||
}
|
||||
//保存机构负责人
|
||||
userSave(){
|
||||
console.log(this.userData);
|
||||
this.userData.forEach(item=>{
|
||||
if(item.checked&&!item.disabled){
|
||||
// 增加数据
|
||||
@@ -180,7 +178,6 @@ export class DepartmentManagementComponent implements OnInit {
|
||||
}
|
||||
})
|
||||
this.visibleUsers = false;
|
||||
console.log(this.userSelecteds)
|
||||
}
|
||||
//保存选择机构
|
||||
treeSave(){
|
||||
|
||||
Reference in New Issue
Block a user