fix : 修复列表左侧选择框,及正确json格式
This commit is contained in:
@@ -402,7 +402,8 @@ const insertConditionsNode = (node) => {
|
||||
props: deepCopy(DefaultProps.CONDITION_PROPS),
|
||||
name: "条件1",
|
||||
children: {}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
id: getRandomId(),
|
||||
parentId: node.id,
|
||||
type: "CONDITION",
|
||||
@@ -437,7 +438,8 @@ const insertConcurrentsNode = (node) => {
|
||||
props: deepCopy(DefaultProps.CONDITION_PROPS),
|
||||
name: "分支1",
|
||||
children: {}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
id: getRandomId(),
|
||||
parentId: node.id,
|
||||
type: "CONCURRENT",
|
||||
|
||||
Reference in New Issue
Block a user