From f89564f81c308438f3f9bc1e23b24bbf26a27261 Mon Sep 17 00:00:00 2001 From: Lesan <1960681385@qq.com> Date: Thu, 19 Dec 2024 08:33:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=90=E6=B5=81=E7=A8=8BType=E4=BD=BF?= =?UTF-8?q?=E7=94=A820?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SimpleProcessDesignerV2/src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SimpleProcessDesignerV2/src/consts.ts b/src/components/SimpleProcessDesignerV2/src/consts.ts index f3e0643b6..6c7b922f6 100644 --- a/src/components/SimpleProcessDesignerV2/src/consts.ts +++ b/src/components/SimpleProcessDesignerV2/src/consts.ts @@ -26,7 +26,7 @@ export enum NodeType { /** * 子流程节点 */ - CHILD_PROCESS_NODE = 13, + CHILD_PROCESS_NODE = 20, /** * 条件节点