mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
数据绑定
This commit is contained in:
parent
ba11e6612e
commit
0d0554e76c
@ -87,7 +87,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?.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…
Reference in New Issue
Block a user