This commit is contained in:
Taric Xin
2021-12-20 15:15:13 +08:00
parent c3f31cc224
commit bce661246c
15 changed files with 272 additions and 124 deletions

View File

@ -144,6 +144,11 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
});
}
exportList() {
const params = this.reqParams;
this.service.downloadFile(this.service.$api_export_enterprise, params);
}
/**
* 初始化数据列表
*/