diff --git a/src/components/SimpleProcessDesignerV2/src/consts.ts b/src/components/SimpleProcessDesignerV2/src/consts.ts index d9b374b6..f0614eef 100644 --- a/src/components/SimpleProcessDesignerV2/src/consts.ts +++ b/src/components/SimpleProcessDesignerV2/src/consts.ts @@ -731,7 +731,7 @@ export enum TriggerTypeEnum { /** * 更新流程表单触发器 */ - UPDATE_NORMAL_FORM = 2 + UPDATE_NORMAL_FORM = 2 // TODO @jason:FORM_UPDATE? } /**