fix bug
This commit is contained in:
@ -851,6 +851,6 @@ export class OrderManagementBulkComponent implements OnInit {
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.exportStart(this.reqParams,this.service.$api_get_asyncExportBulkList);
|
||||
this.service.exportStart({ ...this.reqParams, pageSize: -1 },this.service.$api_get_asyncExportBulkList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user