|
|
|
@ -111,14 +111,14 @@ export class CriminalRecordsAdminComponent implements OnInit {
|
|
|
|
|
ViolateArea: this.validateForm.value.site, |
|
|
|
|
OrganizationUnitId: JSON.parse(sessionStorage.getItem('userdata')).organization.id, |
|
|
|
|
IsContainsChildren: 'true', |
|
|
|
|
CanCensor: 'true', |
|
|
|
|
CanVerify: 'true', |
|
|
|
|
// IsHandled: disposalState,
|
|
|
|
|
ViolateTime: this.validateForm.value.datePicker ? [moment(this.validateForm.value.datePicker[0]).format('yyyy-MM-DD'), moment(this.validateForm.value.datePicker[1]).format('yyyy-MM-DD')] : null, |
|
|
|
|
SkipCount: this.SkipCount, |
|
|
|
|
MaxResultCount: this.MaxResultCount //每页50条
|
|
|
|
|
} |
|
|
|
|
this.tableSpin = true |
|
|
|
|
this.http.get('/api/services/app/ViolateRecordCensorship/GetAll', { |
|
|
|
|
this.http.get('/api/services/app/ViolateRecordVerification/GetAll', { |
|
|
|
|
params: params |
|
|
|
|
}).subscribe((data: any) => { |
|
|
|
|
this.list = this.list.concat(data.result.items); |
|
|
|
@ -151,7 +151,7 @@ export class CriminalRecordsAdminComponent implements OnInit {
|
|
|
|
|
let params = { |
|
|
|
|
id: userNotification.notification.entityId |
|
|
|
|
} |
|
|
|
|
this.http.get('/api/services/app/ViolateRecordCensorship/Get', { |
|
|
|
|
this.http.get('/api/services/app/ViolateRecordVerification/Get', { |
|
|
|
|
params: params |
|
|
|
|
}).subscribe((data: any) => { |
|
|
|
|
data.result.isNewMessage = true |
|
|
|
|