edit
This commit is contained in:
@ -228,7 +228,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
|
||||
}
|
||||
|
||||
exportList() {
|
||||
const params = { ...this.sf.value, flag: this.tabType, listSource: 2 };
|
||||
const params = { ...this.sf.value, flag: this.tabType, listSource: 2, pageSize: -1 };
|
||||
this.service.downloadFile(this.service.$api_export_enterprise, params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user