fix bug
This commit is contained in:
@ -55,7 +55,7 @@ export class BillingOrderComponent implements OnInit {
|
||||
}
|
||||
|
||||
export() {
|
||||
this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_InvoicedBillInfoPage);
|
||||
this.service.exportStart({ ...this.sf?.value, pageSize: -1 }, this.service.$api_export_InvoicedBillInfoPage);
|
||||
}
|
||||
|
||||
private initSF(): SFSchema {
|
||||
|
||||
Reference in New Issue
Block a user