This commit is contained in:
wangshiming
2022-04-28 21:59:39 +08:00
parent 11df634a44
commit 4fa3096bae
3 changed files with 17 additions and 7 deletions

View File

@ -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;
}
});