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