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
3725e9d3
authored
Mar 05, 2025
by
lizhixian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
review: 代码审查
parent
63b8dd57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/views/bpm/processInstance/create/ProcessDefinitionDetail.vue
+2
-3
No files found.
src/views/bpm/processInstance/create/ProcessDefinitionDetail.vue
View file @
3725e9d3
...
...
@@ -140,11 +140,10 @@ const initProcessInfo = async (row: any, formVariables?: any) => {
fApi
.
value
?.
btn
.
show
(
false
)
// 隐藏提交按钮
// 获取流程审批信息,当再次发起时,流程审批节点要根据原始表单参数预测出来
const
param
=
{
await
getApprovalDetail
(
{
id
:
row
.
id
,
processVariablesStr
:
JSON
.
stringify
(
formVariables
)
}
await
getApprovalDetail
(
param
)
})
// }
// 加载流程图
const
processDefinitionDetail
=
await
DefinitionApi
.
getProcessDefinition
(
row
.
id
)
...
...
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