|
|
@ -56,7 +56,7 @@ export class UserComponent implements OnInit { |
|
|
|
this.loading=false |
|
|
|
this.loading=false |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
SkipCount: number = 0 //0 16 32 48
|
|
|
|
SkipCount: number = 0 //0 16 32 48
|
|
|
|
MaxResultCount: number = 16 |
|
|
|
MaxResultCount: number = 16 |
|
|
|
pageChange($event) { |
|
|
|
pageChange($event) { |
|
|
|
this.SkipCount = ($event - 1) * this.MaxResultCount |
|
|
|
this.SkipCount = ($event - 1) * this.MaxResultCount |
|
|
|