We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6f52c commit 72b1aa0Copy full SHA for 72b1aa0
src/components/SimpleProcessDesignerV2/src/consts.ts
@@ -544,7 +544,6 @@ export const CANDIDATE_STRATEGY: DictDataVO[] = [
544
{ label: '部门成员', value: CandidateStrategy.DEPT_MEMBER },
545
{ label: '部门负责人', value: CandidateStrategy.DEPT_LEADER },
546
{ label: '连续多级部门负责人', value: CandidateStrategy.MULTI_LEVEL_DEPT_LEADER },
547
- { label: '指定岗位', value: CandidateStrategy.MULTI_LEVEL_DEPT_LEADER },
548
{ label: '发起人自选', value: CandidateStrategy.START_USER_SELECT },
549
{ label: '审批人自选', value: CandidateStrategy.APPROVE_USER_SELECT },
550
{ label: '发起人本人', value: CandidateStrategy.START_USER },
0 commit comments