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
cf03e722
authored
Feb 28, 2025
by
lizhixian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加todo
parent
74d560a1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
+5
-1
No files found.
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
View file @
cf03e722
...
...
@@ -1069,7 +1069,11 @@ const validateNormalForm = async () => {
return
true
}
}
// TODO @小北 这里存在问题,如果当前节点没有可编辑的字段,在提交审批时 variables = {},会导致流程走向出错 @芋道
/** 场景:
流程发起后,A节点字段可编辑,因为变量值变更,流程预测节点发生变化,A审批通过后,
B节点无可编辑字段且为审批人自选节点,在提交审批时variables = {}
*/
/** 从可以编辑的流程表单字段,获取需要修改的流程实例的变量 */
const
getUpdatedProcessInstanceVariables
=
()
=>
{
const
variables
=
{}
...
...
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