|
|
@ -144,7 +144,6 @@ export class AuditIngComponent implements OnInit { |
|
|
|
SkipCount: this.SkipCount, |
|
|
|
SkipCount: this.SkipCount, |
|
|
|
MaxResultCount: this.MaxResultCount, |
|
|
|
MaxResultCount: this.MaxResultCount, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
this.http |
|
|
|
this.http |
|
|
|
.get(`/api/services/app/ContentAuditLog/GetAuditting`, { params }) |
|
|
|
.get(`/api/services/app/ContentAuditLog/GetAuditting`, { params }) |
|
|
|
.subscribe((info: any) => { |
|
|
|
.subscribe((info: any) => { |
|
|
|