fix bug
This commit is contained in:
@ -46,7 +46,7 @@ export class FreightAccountDetailComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
}
|
||||
// this.loadStatistics(requestOptions.body);
|
||||
this.loadStatistics(requestOptions.body);
|
||||
return requestOptions;
|
||||
};
|
||||
|
||||
@ -75,6 +75,8 @@ export class FreightAccountDetailComponent implements OnInit {
|
||||
loadStatistics(params: any) {
|
||||
this.service.request(this.service.$api_get_shipper_account_balance_detail, params).subscribe(res => {
|
||||
if (res) {
|
||||
console.log(res);
|
||||
|
||||
this.static = res;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user