|
|
|
@ -44,6 +44,7 @@ export class UserBindingComponent implements OnInit {
|
|
|
|
|
IsContainsChildren: true, |
|
|
|
|
searchValue: "", |
|
|
|
|
OrganizationUnitId: "", |
|
|
|
|
IsBindingLocal: true, |
|
|
|
|
}; |
|
|
|
|
getAllUsers() { |
|
|
|
|
this.listConfig.loading = true; |
|
|
|
@ -54,7 +55,7 @@ export class UserBindingComponent implements OnInit {
|
|
|
|
|
SkipCount: String(this.SkipCount), |
|
|
|
|
MaxResultCount: String(this.MaxResultCount), |
|
|
|
|
// OrganizationUnitId: this.OrganizationUnitId,
|
|
|
|
|
// IsBindingLocal: true,
|
|
|
|
|
IsBindingLocal: this.listConfig.IsBindingLocal, |
|
|
|
|
// IsActive:true,
|
|
|
|
|
// IsContainsChildren: String(this.listConfig.IsContainsChildren),
|
|
|
|
|
}; |
|
|
|
@ -69,6 +70,7 @@ export class UserBindingComponent implements OnInit {
|
|
|
|
|
this.listConfig.loading = false; |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
SkipCount: number = 0; //0 16 32 48
|
|
|
|
|
MaxResultCount: number = 16; |
|
|
|
|
pageChange($event) { |
|
|
|
|