fix bug
This commit is contained in:
@ -184,4 +184,8 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
}
|
||||
];
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.exportStart({...this.sf?.value, pageSize: -1}, this.service.$api_get_asyncExportEtcApplyRecordList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user