fix bug
This commit is contained in:
@ -83,7 +83,21 @@ export class FreightAccountDetailComponent implements OnInit {
|
|||||||
stChange(e: STChange): void {}
|
stChange(e: STChange): void {}
|
||||||
|
|
||||||
exportList() {
|
exportList() {
|
||||||
this.service.exportStart( { ...this.sf.value, pageSize: -1 }, this.service.$api_get_exportAccountBalanceShipperByOperatorPage,);
|
this.service.exportStart(
|
||||||
|
{
|
||||||
|
...this.sf.value,
|
||||||
|
pageSize: -1,
|
||||||
|
ltdId: this.params.ltdId,
|
||||||
|
projectId: this.params.projectId,
|
||||||
|
enterpriseId: this.params.enterpriseId,
|
||||||
|
roleId: this.params.roleId,
|
||||||
|
createTime: {
|
||||||
|
start: this.sf?.value.createTime?.[0] || '',
|
||||||
|
end: this.sf?.value.createTime?.[1] || ''
|
||||||
|
}
|
||||||
|
},
|
||||||
|
this.service.$api_get_exportAccountBalanceShipperByOperatorPage
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
goBack() {
|
goBack() {
|
||||||
|
|||||||
Reference in New Issue
Block a user