Skip to content

Commit 2144034

Browse files
committed
fix: 使用ConditionType枚举类型
1 parent 53e6d6a commit 2144034

File tree

1 file changed

+1
-1
lines changed
  • src/components/SimpleProcessDesignerV2/src

1 file changed

+1
-1
lines changed

src/components/SimpleProcessDesignerV2/src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ export const DELAY_TYPE = [
660660
*/
661661
export type RouteCondition = {
662662
nodeId: string
663-
conditionType: number // TODO @lesanConditionType
663+
conditionType: ConditionType
664664
conditionExpression: string
665665
conditionGroups: ConditionGroup
666666
}

0 commit comments

Comments
 (0)