fix: 修复流程设计时多实例数据回显问题

This commit is contained in:
tony
2022-12-18 13:37:59 +08:00
parent 9436bb4154
commit 1486beb897
5 changed files with 73 additions and 49 deletions

View File

@@ -844,6 +844,16 @@
"isAttr": true,
"type": "Boolean"
},
{
"name": "collection",
"isAttr": true,
"type": "String"
},
{
"name": "elementVariable",
"isAttr": true,
"type": "String"
},
{
"name": "behavior",
"type": "MultiInstanceBehavior",
@@ -1191,4 +1201,4 @@
}
],
"emumerations": []
}
}