From 6934ab5720086dbea425a8db2bd16259757bea06 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 13 May 2022 15:30:34 +0800 Subject: [PATCH] edit --- .../components/order-reporting/order-reporting.component.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/routes/tax-management/components/order-reporting/order-reporting.component.ts b/src/app/routes/tax-management/components/order-reporting/order-reporting.component.ts index 50121b63..836b491f 100644 --- a/src/app/routes/tax-management/components/order-reporting/order-reporting.component.ts +++ b/src/app/routes/tax-management/components/order-reporting/order-reporting.component.ts @@ -468,7 +468,10 @@ export class TaxManagementOrderReportingComponent extends BasicTableComponent im * 异步导出 */ export() { - this.service.exportStart({ ...this.reqParams, pageSize: -1 }, this.service.$api_async_export_order_reporting_list); + this.service.exportStart( + { ...this.reqParams, pageSize: -1, putStatus: this.selectedIndex }, + this.service.$api_async_export_order_reporting_list + ); } openWainingModal(content: string, title = '提示') {