|
|
@ -77,10 +77,7 @@ export class TabbarComponent implements OnInit { |
|
|
|
USCI : this.route.snapshot.queryParams.usci |
|
|
|
USCI : this.route.snapshot.queryParams.usci |
|
|
|
} |
|
|
|
} |
|
|
|
this.http.get('/api/Companies',{params:params}).subscribe((data:any) => { |
|
|
|
this.http.get('/api/Companies',{params:params}).subscribe((data:any) => { |
|
|
|
this.companyIntegrityScore ? |
|
|
|
this.companyIntegrityScore = data.items[0].companyIntegrityScore
|
|
|
|
this.companyIntegrityScore = data.items[0].companyIntegrityScore : |
|
|
|
|
|
|
|
null |
|
|
|
|
|
|
|
// console.log(data)
|
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|