Commit ec5d82fd by panjiangyi

工作流启动

parent 76225581
Showing with 1 additions and 2 deletions
...@@ -274,10 +274,9 @@ export default class WorkFlow extends Vue { ...@@ -274,10 +274,9 @@ export default class WorkFlow extends Vue {
} }
public start(workflow: any) { public start(workflow: any) {
console.log("start", workflow);
this.processName = workflow.processName; this.processName = workflow.processName;
this.selectedProcess = [{ id: workflow.id }]; this.selectedProcess = [{ id: workflow.id }];
// this.startProcessIns.showDialog(this.model_name,) this.startProcessIns.showDialog();
} }
public goToDetail(workflow: any) { public goToDetail(workflow: any) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment