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
26e28965
authored
Feb 13, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能新增】BPM:增加指定岗位
parent
3ce8fc13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/components/SimpleProcessDesignerV2/src/consts.ts
+2
-1
No files found.
src/components/SimpleProcessDesignerV2/src/consts.ts
View file @
26e28965
...
...
@@ -527,10 +527,11 @@ NODE_DEFAULT_NAME.set(NodeType.TRANSACTOR_NODE, '办理人')
export
const
CANDIDATE_STRATEGY
:
DictDataVO
[]
=
[
{
label
:
'指定成员'
,
value
:
CandidateStrategy
.
USER
},
{
label
:
'指定角色'
,
value
:
CandidateStrategy
.
ROLE
},
{
label
:
'指定岗位'
,
value
:
CandidateStrategy
.
POST
},
{
label
:
'部门成员'
,
value
:
CandidateStrategy
.
DEPT_MEMBER
},
{
label
:
'部门负责人'
,
value
:
CandidateStrategy
.
DEPT_LEADER
},
{
label
:
'连续多级部门负责人'
,
value
:
CandidateStrategy
.
MULTI_LEVEL_DEPT_LEADER
},
{
label
:
'
发起人自选'
,
value
:
CandidateStrategy
.
START_USER_SELECT
},
{
label
:
'
指定岗位'
,
value
:
CandidateStrategy
.
MULTI_LEVEL_DEPT_LEADER
},
{
label
:
'发起人本人'
,
value
:
CandidateStrategy
.
START_USER
},
{
label
:
'发起人部门负责人'
,
value
:
CandidateStrategy
.
START_USER_DEPT_LEADER
},
{
label
:
'发起人连续部门负责人'
,
value
:
CandidateStrategy
.
START_USER_MULTI_LEVEL_DEPT_LEADER
},
...
...
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