Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-04-08 16:34:43 +08:00
25 changed files with 105 additions and 51 deletions

View File

@ -285,6 +285,6 @@ export class OrderManagementAbnormalWarningComponent implements OnInit {
// 导出
exprot() {
this.service.asyncExport(this.reqParams, this.service.$api_get_asyncExportSpotCheckList);
this.service.exportStart(this.reqParams, this.service.$api_get_asyncExportSpotCheckList);
}
}