浏览代码

!736 【功能修复】BPM:候选人策略常量重复
Merge pull request !736 from momo/master

芋道源码 5 月之前
父节点
当前提交
98cf770f7a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/SimpleProcessDesignerV2/src/consts.ts

+ 0 - 1
src/components/SimpleProcessDesignerV2/src/consts.ts

@@ -544,7 +544,6 @@ export const CANDIDATE_STRATEGY: DictDataVO[] = [
   { label: '部门成员', value: CandidateStrategy.DEPT_MEMBER },
   { label: '部门负责人', value: CandidateStrategy.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.APPROVE_USER_SELECT },
   { label: '发起人本人', value: CandidateStrategy.START_USER },