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
Unverified
Commit
02baa4c5
authored
Mar 16, 2025
by
芋道源码
Committed by
Gitee
Mar 16, 2025
Browse files
Options
Browse Files
Download
Plain Diff
!737 fix: 修复审批通过时,校验审批节点是否配置审批人无返回问题
Merge pull request !737 from SamllNorth_Lee/feature/bpm
parents
9f96c617
07d39d74
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
+1
-5
No files found.
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
View file @
02baa4c5
...
...
@@ -759,6 +759,7 @@ const validateNextAssignees = () => {
return
false
}
}
return
true
}
/** 处理审批通过和不通过的操作 */
...
...
@@ -1077,11 +1078,6 @@ const validateNormalForm = async () => {
}
}
/**
* TODO @小北 TO @芋道
* 问题:这里存在一种场景会出现问题,流程发起后,A节点审批完成,B节点没有可编辑的流程字段且B节点为自选审批人节点,会导致流程审批人为空,
* 原因:因为没有可编辑的流程字段时props.writableFields为空,参数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