Skip to content

Commit 98cf770

Browse files
YunaiVgitee-org
authored andcommitted
!736 【功能修复】BPM:候选人策略常量重复
Merge pull request !736 from momo/master
2 parents 6a6f52c + 72b1aa0 commit 98cf770

File tree

1 file changed

+0
-1
lines changed
  • src/components/SimpleProcessDesignerV2/src

1 file changed

+0
-1
lines changed

src/components/SimpleProcessDesignerV2/src/consts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ export const CANDIDATE_STRATEGY: DictDataVO[] = [
544544
{ label: '部门成员', value: CandidateStrategy.DEPT_MEMBER },
545545
{ label: '部门负责人', value: CandidateStrategy.DEPT_LEADER },
546546
{ label: '连续多级部门负责人', value: CandidateStrategy.MULTI_LEVEL_DEPT_LEADER },
547-
{ label: '指定岗位', value: CandidateStrategy.MULTI_LEVEL_DEPT_LEADER },
548547
{ label: '发起人自选', value: CandidateStrategy.START_USER_SELECT },
549548
{ label: '审批人自选', value: CandidateStrategy.APPROVE_USER_SELECT },
550549
{ label: '发起人本人', value: CandidateStrategy.START_USER },

0 commit comments

Comments
 (0)