fix bug
This commit is contained in:
@ -568,10 +568,6 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
userAction() {}
|
||||
// 导出
|
||||
exportFire() {
|
||||
this.service.request(this.service.$api_asyncExportBulkList, this.reqParams).subscribe((res: any) => {
|
||||
if (res) {
|
||||
this.service.msgSrv.success('导出成功,请去下载中心下载!');
|
||||
}
|
||||
});
|
||||
this.service.asyncExport(this.reqParams, this.service.$api_asyncExportBulkList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user