This commit is contained in:
wangshiming
2022-04-08 17:40:35 +08:00
parent 7d1dfbd558
commit 769f660e3a
10 changed files with 31 additions and 8 deletions

View File

@ -76,7 +76,7 @@ export class DriverAccountDetailComponent implements OnInit {
stChange(e: STChange): void {}
exportList() {
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageSize: -1 });
this.service.downloadFile(this.service.$api_get_exportAccountBalanceDriverByOperatorPage, { ...this.sf.value, pageSize: -1 });
}
goBack() {