소스 검색

review: 代码审查

lizhixian 5 달 전
부모
커밋
63b8dd5729
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/SimpleProcessDesignerV2/src/consts.ts

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

@@ -162,7 +162,7 @@ export enum CandidateStrategy {
    * 指定用户
    */
   USER = 30,
-    /**
+  /**
    * 审批人自选
    */
   APPROVE_USER_SELECT = 34,