|
|
|
@ -560,7 +560,6 @@ export class CriminalRecordsAdminComponent implements OnInit {
|
|
|
|
|
this.list = [] |
|
|
|
|
this.SkipCount = '0' |
|
|
|
|
this.getViolateRecordList() |
|
|
|
|
// this.getAggregations()
|
|
|
|
|
} |
|
|
|
|
resetForm(e: MouseEvent): void { |
|
|
|
|
e.preventDefault(); |
|
|
|
@ -576,7 +575,6 @@ export class CriminalRecordsAdminComponent implements OnInit {
|
|
|
|
|
}); |
|
|
|
|
this.list = [] |
|
|
|
|
this.SkipCount = '0' |
|
|
|
|
console.log('xxxx', this.validateForm.value) |
|
|
|
|
this.getViolateRecordList() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|