Skip to content

Commit

Permalink
modify workflow.componet
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed May 22, 2023
1 parent 30ffd61 commit e56b0f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/offline/workflow.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -218,7 +218,6 @@ export class WorkflowComponent extends BasicWFComponent implements OnInit {
this.processResult(result);
if (result.success) {
this.goToWorkflowChange();
// this.initWorkflows(result.bizresult);
}
});
}
Expand Down

0 comments on commit e56b0f1

Please sign in to comment.