|
|
|
@ -109,6 +109,7 @@ export class PlanRecordComponent implements OnInit {
|
|
|
|
|
IsNewData: this.IsNewData, |
|
|
|
|
PageNumber: this.PageNumber, |
|
|
|
|
PageSize: 10, |
|
|
|
|
PageType: 2, |
|
|
|
|
}; |
|
|
|
|
this.http |
|
|
|
|
.get("/api/ContentVerifies", { params: paramsdata }) |
|
|
|
@ -206,7 +207,6 @@ export class PlanRecordComponent implements OnInit {
|
|
|
|
|
this.http |
|
|
|
|
.get(`/api/PlanComponents/${item.itemId}`) |
|
|
|
|
.subscribe((data: any) => { |
|
|
|
|
|
|
|
|
|
this.companyId = data.companyId; |
|
|
|
|
this.companyName = data.companyName; |
|
|
|
|
//this.bianzhi = false
|
|
|
|
|