We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046e6ce commit da0a780Copy full SHA for da0a780
src/components/bpmnProcessDesigner/package/penal/properties/ElementProperties.vue
@@ -80,7 +80,7 @@ const resetAttributesList = () => {
80
otherExtensionList.value = [] // 其他扩展配置
81
bpmnElementProperties.value =
82
// bpmnElement.value.businessObject?.extensionElements?.filter((ex) => {
83
- bpmnElement.value.businessObject?.extensionElements?.values.filter((ex) => {
+ bpmnElement.value.businessObject?.extensionElements?.values?.filter((ex) => {
84
if (ex.$type !== `${prefix}:Properties`) {
85
otherExtensionList.value.push(ex)
86
}
0 commit comments