mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-03-07 03:39:08 +08:00
fix: 选中节点无法新增属性,报错filter is not a function
This commit is contained in:
parent
046e6ce5a7
commit
da0a780163
@ -80,7 +80,7 @@ const resetAttributesList = () => {
|
|||||||
otherExtensionList.value = [] // 其他扩展配置
|
otherExtensionList.value = [] // 其他扩展配置
|
||||||
bpmnElementProperties.value =
|
bpmnElementProperties.value =
|
||||||
// bpmnElement.value.businessObject?.extensionElements?.filter((ex) => {
|
// bpmnElement.value.businessObject?.extensionElements?.filter((ex) => {
|
||||||
bpmnElement.value.businessObject?.extensionElements?.values.filter((ex) => {
|
bpmnElement.value.businessObject?.extensionElements?.values?.filter((ex) => {
|
||||||
if (ex.$type !== `${prefix}:Properties`) {
|
if (ex.$type !== `${prefix}:Properties`) {
|
||||||
otherExtensionList.value.push(ex)
|
otherExtensionList.value.push(ex)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user