|
|
|
@ -113,6 +113,8 @@ export class AlgorithmConfigComponent implements OnInit {
|
|
|
|
|
nzClick(event: NzFormatEmitEvent): void { |
|
|
|
|
console.log(event.node.origin); |
|
|
|
|
this.selectedOrId = event.node.origin.id; |
|
|
|
|
this.SkipCount = 0 |
|
|
|
|
this.nzPageIndex = 1 |
|
|
|
|
this.getStationViolationConfigList(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -156,6 +158,7 @@ export class AlgorithmConfigComponent implements OnInit {
|
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
nzPageIndex = 1 |
|
|
|
|
pageChange($event) { |
|
|
|
|
console.log($event); |
|
|
|
|
this.SkipCount = ($event - 1) * this.MaxResultCount; |
|
|
|
|