Bläddra i källkod

【功能新增】BPM:增加指定岗位

YunaiV 6 månader sedan
förälder
incheckning
26e28965c9
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/components/SimpleProcessDesignerV2/src/consts.ts

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

@@ -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 },