diff --git a/src/components/SimpleProcessDesignerV2/src/consts.ts b/src/components/SimpleProcessDesignerV2/src/consts.ts index 97a6b024..f564c3f0 100644 --- a/src/components/SimpleProcessDesignerV2/src/consts.ts +++ b/src/components/SimpleProcessDesignerV2/src/consts.ts @@ -162,7 +162,7 @@ export enum CandidateStrategy { * 指定用户 */ USER = 30, - /** + /** * 审批人自选 */ APPROVE_USER_SELECT = 34,