From 72b1aa07f9ef1d84b631b7b1f68ecdc78a3041eb Mon Sep 17 00:00:00 2001 From: wlf <5421002+wlf213@user.noreply.gitee.com> Date: Sun, 16 Mar 2025 12:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91BPM=EF=BC=9A=E5=80=99=E9=80=89=E4=BA=BA=E7=AD=96?= =?UTF-8?q?=E7=95=A5=E5=B8=B8=E9=87=8F=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SimpleProcessDesignerV2/src/consts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/SimpleProcessDesignerV2/src/consts.ts b/src/components/SimpleProcessDesignerV2/src/consts.ts index f564c3f0..8cdc9965 100644 --- a/src/components/SimpleProcessDesignerV2/src/consts.ts +++ b/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 },