This commit is contained in:
wangshiming
2022-05-11 14:59:01 +08:00
parent e6cc472ece
commit 0b28bf768e
7 changed files with 51 additions and 42 deletions

View File

@ -257,10 +257,8 @@ export class TaxManagementIndividualCollectComponent extends BasicTableComponent
this.st.load(1);
}
/**
* 异步导出
*/
export() {
this.service.exportStart(this.sf?.value, this.service.$api_async_export_order_reporting_list);
}
// 导出
exprot() {
this.service.exportStart({ ...this.sfValue, pageSize: -1 }, this.service.$api_taxSummary_export);
}
}