Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e75dbd67
authored
Mar 25, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码评审】BPM:子流程的代码
parent
17415a53
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
+4
-1
No files found.
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
View file @
e75dbd67
...
...
@@ -38,7 +38,9 @@
</div>
</div>
<div
v-if=
"activity.nodeType === NodeType.CHILD_PROCESS_NODE"
>
<el-button
type=
"primary"
plain
size=
"small"
@
click=
"handleChildProcess(activity)"
>
点击跳转子流程
</el-button>
<el-button
type=
"primary"
plain
size=
"small"
@
click=
"handleChildProcess(activity)"
>
查看子流程
</el-button>
</div>
<!-- 需要自定义选择审批人 -->
<div
...
...
@@ -317,6 +319,7 @@ const handleUserSelectConfirm = (activityId: string, userList: any[]) => {
/** 跳转子流程 */
const
handleChildProcess
=
(
activity
:
any
)
=>
{
// TODO @lesan:貌似跳不过去?!
push
({
name
:
'BpmProcessInstanceDetail'
,
query
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment