This commit is contained in:
wangshiming
2022-04-13 20:46:11 +08:00
parent 70e63279aa
commit 66a53e62d9

View File

@ -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() {