Skip to content

Commit cd27918

Browse files
committed
bpm:流程详情的时间轴
1 parent 3c5fb39 commit cd27918

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/views/bpm/processInstance/detail.vue

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -275,23 +275,6 @@ export default {
275275
this.tasksLoad = false;
276276
});
277277
},
278-
/** 处理选择流程的按钮操作 **/
279-
handleSelect(row) {
280-
// 设置选择的流程
281-
this.selectProcessInstance = row;
282-
283-
// 流程表单
284-
if (row.formId) {
285-
// 设置对应的表单
286-
this.detailForm = {
287-
...JSON.parse(row.formConf),
288-
fields: decodeFields(row.formFields)
289-
}
290-
} else if (row.formCustomCreatePath) {
291-
this.$router.push({ path: row.formCustomCreatePath});
292-
// 这里暂时无需加载流程图,因为跳出到另外个 Tab;
293-
}
294-
},
295278
getDateStar(ms) {
296279
return getDate(ms);
297280
},

0 commit comments

Comments
 (0)