Browse Source

review: 代码审查

lizhixian 5 tháng trước cách đây
mục cha
commit
63b8dd5729
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,