浏览代码

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,