edit
This commit is contained in:
@ -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 = '提示') {
|
||||
|
||||
Reference in New Issue
Block a user