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
72b1aa07
authored
Mar 16, 2025
by
wlf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修复】BPM:候选人策略常量重复
parent
6a6f52c4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
src/components/SimpleProcessDesignerV2/src/consts.ts
+0
-1
No files found.
src/components/SimpleProcessDesignerV2/src/consts.ts
View file @
72b1aa07
...
@@ -544,7 +544,6 @@ export const CANDIDATE_STRATEGY: DictDataVO[] = [
...
@@ -544,7 +544,6 @@ export const CANDIDATE_STRATEGY: DictDataVO[] = [
{
label
:
'部门成员'
,
value
:
CandidateStrategy
.
DEPT_MEMBER
},
{
label
:
'部门成员'
,
value
:
CandidateStrategy
.
DEPT_MEMBER
},
{
label
:
'部门负责人'
,
value
:
CandidateStrategy
.
DEPT_LEADER
},
{
label
:
'部门负责人'
,
value
:
CandidateStrategy
.
DEPT_LEADER
},
{
label
:
'连续多级部门负责人'
,
value
:
CandidateStrategy
.
MULTI_LEVEL_DEPT_LEADER
},
{
label
:
'连续多级部门负责人'
,
value
:
CandidateStrategy
.
MULTI_LEVEL_DEPT_LEADER
},
{
label
:
'指定岗位'
,
value
:
CandidateStrategy
.
MULTI_LEVEL_DEPT_LEADER
},
{
label
:
'发起人自选'
,
value
:
CandidateStrategy
.
START_USER_SELECT
},
{
label
:
'发起人自选'
,
value
:
CandidateStrategy
.
START_USER_SELECT
},
{
label
:
'审批人自选'
,
value
:
CandidateStrategy
.
APPROVE_USER_SELECT
},
{
label
:
'审批人自选'
,
value
:
CandidateStrategy
.
APPROVE_USER_SELECT
},
{
label
:
'发起人本人'
,
value
:
CandidateStrategy
.
START_USER
},
{
label
:
'发起人本人'
,
value
:
CandidateStrategy
.
START_USER
},
...
...
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