Selaa lähdekoodia

fix:补充流程节点规则类型“发起人自选”的字典数据

lizhixian 6 kuukautta sitten
vanhempi
commit
20e84b072e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/components/SimpleProcessDesignerV2/src/consts.ts

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

@@ -532,6 +532,7 @@ export const CANDIDATE_STRATEGY: DictDataVO[] = [
   { 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.START_USER },
   { label: '发起人部门负责人', value: CandidateStrategy.START_USER_DEPT_LEADER },
   { label: '发起人连续部门负责人', value: CandidateStrategy.START_USER_MULTI_LEVEL_DEPT_LEADER },