This commit is contained in:
Taric Xin
2022-04-12 10:57:04 +08:00
parent 500ecdd25f
commit 220df936f2
4 changed files with 11 additions and 4 deletions

View File

@ -302,6 +302,11 @@ export class InvoiceRequestedComponent {
this.sf?.setValue('/expand', this._$expand);
}
// 导出
exprot() {
this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_invoice_requested_page);
}
private initSF(): SFSchema {
return {
properties: {