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
71516951
authored
Sep 02, 2024
by
GoldenZqqq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复进入审核页面后跳转至其他页面报错
parent
fb68dc2b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
+0
-0
src/views/bpm/processInstance/detail/index_new.vue
+8
-8
No files found.
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
View file @
71516951
This diff is collapsed.
Click to expand it.
src/views/bpm/processInstance/detail/index_new.vue
View file @
71516951
...
...
@@ -46,6 +46,14 @@
<BusinessFormComponent
:id=
"processInstance.businessKey"
/>
</div>
</div>
<!-- 操作栏按钮 -->
<ProcessInstanceOperationButton
ref=
"operationButtonRef"
:processInstance=
"processInstance"
:userOptions=
"userOptions"
@
success=
"getDetail"
/>
</el-col>
<el-col
:span=
"6"
>
<!-- TODO @GoldenZqqq:后续这个,也拆个小组件出来 -->
...
...
@@ -118,14 +126,6 @@
<!-- 流转评论 -->
<el-tab-pane
label=
"流转评论"
>
流转评论
</el-tab-pane>
</el-tabs>
<!-- 操作栏按钮 -->
<ProcessInstanceOperationButton
ref=
"operationButtonRef"
:processInstance=
"processInstance"
:userOptions=
"userOptions"
@
success=
"getDetail"
/>
</ContentWrap>
</template>
<
script
lang=
"ts"
setup
>
...
...
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