mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
fix: 使用ConditionType枚举类型
This commit is contained in:
parent
53e6d6aa61
commit
2144034e1f
@ -660,7 +660,7 @@ export const DELAY_TYPE = [
|
||||
*/
|
||||
export type RouteCondition = {
|
||||
nodeId: string
|
||||
conditionType: number // TODO @lesan:ConditionType
|
||||
conditionType: ConditionType
|
||||
conditionExpression: string
|
||||
conditionGroups: ConditionGroup
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user