This commit is contained in:
wangshiming
2022-04-09 15:38:03 +08:00
parent 8ac4115e1d
commit f00ddf4bfb
8 changed files with 8 additions and 8 deletions

View File

@ -427,7 +427,7 @@ export class DatatableFundReportingComponent implements OnInit {
* 异步导出
*/
export() {
this.service.exportStart(this.sf?.value, this.service.$api_export_fund_reporting);
this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_fund_reporting);
}
openWainingModal(content: string, title = '提示') {

View File

@ -518,7 +518,7 @@ export class DatatableOrderReportingComponent implements OnInit {
* 异步导出
*/
export() {
this.service.exportStart(this.sf?.value, this.service.$api_export_reporting_order);
this.service.exportStart({...this.sf?.value, pageSize: -1 }, this.service.$api_export_reporting_order);
}
openWainingModal(content: string, title = '提示') {