Skip to content

Commit e75dbd6

Browse files
committed
【代码评审】BPM:子流程的代码
1 parent 17415a5 commit e75dbd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
</div>
3939
</div>
4040
<div v-if="activity.nodeType === NodeType.CHILD_PROCESS_NODE">
41-
<el-button type="primary" plain size="small" @click="handleChildProcess(activity)">点击跳转子流程</el-button>
41+
<el-button type="primary" plain size="small" @click="handleChildProcess(activity)">
42+
查看子流程
43+
</el-button>
4244
</div>
4345
<!-- 需要自定义选择审批人 -->
4446
<div
@@ -317,6 +319,7 @@ const handleUserSelectConfirm = (activityId: string, userList: any[]) => {
317319
318320
/** 跳转子流程 */
319321
const handleChildProcess = (activity: any) => {
322+
// TODO @lesan:貌似跳不过去?!
320323
push({
321324
name: 'BpmProcessInstanceDetail',
322325
query: {

0 commit comments

Comments
 (0)