|
|
|
@ -42,6 +42,8 @@ export class UserComponent implements OnInit {
|
|
|
|
|
MaxResultCount: String(this.MaxResultCount), |
|
|
|
|
OrganizaiotnId:this.OrganizaiotnId |
|
|
|
|
} |
|
|
|
|
console.log(this.OrganizaiotnId); |
|
|
|
|
|
|
|
|
|
this.http.get('/api/services/app/User/GetAll', { |
|
|
|
|
params: params |
|
|
|
|
}).subscribe((data: any) => { |
|
|
|
@ -106,7 +108,8 @@ export class UserComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
nzClick(event: NzFormatEmitEvent){ |
|
|
|
|
console.log(event); |
|
|
|
|
|
|
|
|
|
this.OrganizaiotnId=event.node.origin.id |
|
|
|
|
this.getAllUsers() |
|
|
|
|
} |
|
|
|
|
//新增用户
|
|
|
|
|
addUser(): void { |
|
|
|
|