Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Web Development
>
Backend Management
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
1.3K
Star
16.3K
Fork
9.7K
dromara
/
RuoYi-Vue-Plus
Code
Issues
4
Pull Requests
1
Insights
Pipelines
Service
JavaDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
[Bug]: 会签选择角色或部门或职位,在会签的前一个节点弹窗选人,之后会签审批出现每个任务的审批人都是选择的多人
Done
#IBYCY7
怪物
Opened this issue
2025-04-02 18:05
### 版本 jdk版本(带上尾号):jdk17 框架版本(项目启动时输出的版本号):V5.3.1 ### 功能不好用不会用是否已经看过项目文档? - [x] https://plus-doc.dromara.org ### 这个问题是否已经存在? - [x] 我已经搜索过现有的问题 (https://gitee.com/dromara/RuoYi-Vue-Plus/issues) ### 希望结果 会签、票签等多实例节点应该按前一个任务弹窗选的人分配办理人 ### 相关代码与报错信息(请勿发混乱格式) 流程定义会签节点的配置如下:  会签节点时出现问题,此时同一办理人出现可无限审批该节点:  以下是Flow_user表的数据:  以下是流程的定义文件: { "flowCode" : "leave1", "flowName" : "请假申请-普通", "category" : "100", "version" : "1", "formCustom" : "N", "formPath" : "/workflow/leaveEdit/index", "nodeList" : [ { "nodeType" : 0, "nodeCode" : "d5ee3ddf-3968-4379-a86f-9ceabde5faac", "nodeName" : "开始", "nodeRatio" : 0.000, "coordinate" : "200,200|200,200", "formCustom" : "N", "ext" : "[]", "skipList" : [ { "nowNodeCode" : "d5ee3ddf-3968-4379-a86f-9ceabde5faac", "nextNodeCode" : "dd515cdd-59f6-446f-94ca-25ca062afb42", "skipType" : "PASS", "coordinate" : "220,200;310,200" } ] }, { "nodeType" : 1, "nodeCode" : "dd515cdd-59f6-446f-94ca-25ca062afb42", "nodeName" : "申请人", "nodeRatio" : 0.000, "coordinate" : "360,200|360,200", "formCustom" : "N", "ext" : "[{\"code\":\"ButtonPermissionEnum\",\"value\":\"back,termination\"}]", "skipList" : [ { "nowNodeCode" : "dd515cdd-59f6-446f-94ca-25ca062afb42", "nextNodeCode" : "78fa8e5b-e809-44ed-978a-41092409ebcf", "skipType" : "PASS", "coordinate" : "410,200;490,200" } ] }, { "nodeType" : 1, "nodeCode" : "78fa8e5b-e809-44ed-978a-41092409ebcf", "nodeName" : "组长", "permissionFlag" : "role:1", "nodeRatio" : 0.000, "coordinate" : "540,200|540,200", "formCustom" : "N", "ext" : "[{\"code\":\"ButtonPermissionEnum\",\"value\":\"back,termination,pop\"}]", "skipList" : [ { "nowNodeCode" : "78fa8e5b-e809-44ed-978a-41092409ebcf", "nextNodeCode" : "a8abf15f-b83e-428a-86cc-033555ea9bbe", "skipType" : "PASS", "coordinate" : "590,200;670,200" } ] }, { "nodeType" : 1, "nodeCode" : "a8abf15f-b83e-428a-86cc-033555ea9bbe", "nodeName" : "会签", "permissionFlag" : "role:4", "nodeRatio" : 100.000, "coordinate" : "720,200|720,200", "formCustom" : "N", "ext" : "[{\"code\":\"ButtonPermissionEnum\",\"value\":\"back,termination\"}]", "skipList" : [ { "nowNodeCode" : "a8abf15f-b83e-428a-86cc-033555ea9bbe", "nextNodeCode" : "8b82b7d7-8660-455e-b880-d6d22ea3eb6d", "skipType" : "PASS", "coordinate" : "770,200;880,200" } ] }, { "nodeType" : 2, "nodeCode" : "8b82b7d7-8660-455e-b880-d6d22ea3eb6d", "nodeName" : "结束", "nodeRatio" : 0.000, "coordinate" : "900,200|900,200", "formCustom" : "N", "ext" : "[]" } ] }
### 版本 jdk版本(带上尾号):jdk17 框架版本(项目启动时输出的版本号):V5.3.1 ### 功能不好用不会用是否已经看过项目文档? - [x] https://plus-doc.dromara.org ### 这个问题是否已经存在? - [x] 我已经搜索过现有的问题 (https://gitee.com/dromara/RuoYi-Vue-Plus/issues) ### 希望结果 会签、票签等多实例节点应该按前一个任务弹窗选的人分配办理人 ### 相关代码与报错信息(请勿发混乱格式) 流程定义会签节点的配置如下:  会签节点时出现问题,此时同一办理人出现可无限审批该节点:  以下是Flow_user表的数据:  以下是流程的定义文件: { "flowCode" : "leave1", "flowName" : "请假申请-普通", "category" : "100", "version" : "1", "formCustom" : "N", "formPath" : "/workflow/leaveEdit/index", "nodeList" : [ { "nodeType" : 0, "nodeCode" : "d5ee3ddf-3968-4379-a86f-9ceabde5faac", "nodeName" : "开始", "nodeRatio" : 0.000, "coordinate" : "200,200|200,200", "formCustom" : "N", "ext" : "[]", "skipList" : [ { "nowNodeCode" : "d5ee3ddf-3968-4379-a86f-9ceabde5faac", "nextNodeCode" : "dd515cdd-59f6-446f-94ca-25ca062afb42", "skipType" : "PASS", "coordinate" : "220,200;310,200" } ] }, { "nodeType" : 1, "nodeCode" : "dd515cdd-59f6-446f-94ca-25ca062afb42", "nodeName" : "申请人", "nodeRatio" : 0.000, "coordinate" : "360,200|360,200", "formCustom" : "N", "ext" : "[{\"code\":\"ButtonPermissionEnum\",\"value\":\"back,termination\"}]", "skipList" : [ { "nowNodeCode" : "dd515cdd-59f6-446f-94ca-25ca062afb42", "nextNodeCode" : "78fa8e5b-e809-44ed-978a-41092409ebcf", "skipType" : "PASS", "coordinate" : "410,200;490,200" } ] }, { "nodeType" : 1, "nodeCode" : "78fa8e5b-e809-44ed-978a-41092409ebcf", "nodeName" : "组长", "permissionFlag" : "role:1", "nodeRatio" : 0.000, "coordinate" : "540,200|540,200", "formCustom" : "N", "ext" : "[{\"code\":\"ButtonPermissionEnum\",\"value\":\"back,termination,pop\"}]", "skipList" : [ { "nowNodeCode" : "78fa8e5b-e809-44ed-978a-41092409ebcf", "nextNodeCode" : "a8abf15f-b83e-428a-86cc-033555ea9bbe", "skipType" : "PASS", "coordinate" : "590,200;670,200" } ] }, { "nodeType" : 1, "nodeCode" : "a8abf15f-b83e-428a-86cc-033555ea9bbe", "nodeName" : "会签", "permissionFlag" : "role:4", "nodeRatio" : 100.000, "coordinate" : "720,200|720,200", "formCustom" : "N", "ext" : "[{\"code\":\"ButtonPermissionEnum\",\"value\":\"back,termination\"}]", "skipList" : [ { "nowNodeCode" : "a8abf15f-b83e-428a-86cc-033555ea9bbe", "nextNodeCode" : "8b82b7d7-8660-455e-b880-d6d22ea3eb6d", "skipType" : "PASS", "coordinate" : "770,200;880,200" } ] }, { "nodeType" : 2, "nodeCode" : "8b82b7d7-8660-455e-b880-d6d22ea3eb6d", "nodeName" : "结束", "nodeRatio" : 0.000, "coordinate" : "900,200|900,200", "formCustom" : "N", "ext" : "[]" } ] }
Comments (
0
)
Sign in
to comment
Status
Done
Backlog
Doing
Done
Closed
Assignees
Not set
May
sgs98
Assignee
Collaborator
+Assign
+Mention
Labels
bug
Not set
Label settings
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
参与者(1)
Java
1
https://gitee.com/dromara/RuoYi-Vue-Plus.git
git@gitee.com:dromara/RuoYi-Vue-Plus.git
dromara
RuoYi-Vue-Plus
RuoYi-Vue-Plus
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register