diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9af8022..1442b18 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,9 +6,7 @@ - - diff --git a/src/offline/workflow.component.ts b/src/offline/workflow.component.ts index cf31a23..910397d 100644 --- a/src/offline/workflow.component.ts +++ b/src/offline/workflow.component.ts @@ -26,7 +26,7 @@ import {ActivatedRoute, Router} from '@angular/router'; import {Pager} from "../common/pagination.component"; import {NzModalService} from "ng-zorro-antd/modal"; import {NzNotificationService} from "ng-zorro-antd/notification"; -import {DataxDTO} from "../base/datax.add.component"; +// import {DataxDTO} from "../base/datax.add.component"; export class BasicWFComponent extends BasicFormComponent { constructor(tisService: TISService, modalService: NzModalService, protected router: Router, protected route: ActivatedRoute, notification?: NzNotificationService) { @@ -218,7 +218,6 @@ export class WorkflowComponent extends BasicWFComponent implements OnInit { this.processResult(result); if (result.success) { this.goToWorkflowChange(); - // this.initWorkflows(result.bizresult); } }); }