mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-19 13:28:39 +00:00
fix:【BPM 工作流】BPMN 任务监听器,“监听器 ID”、“定时器”无法保存的问题
This commit is contained in:
@@ -1014,6 +1014,16 @@
|
|||||||
"name": "fields",
|
"name": "fields",
|
||||||
"type": "Field",
|
"type": "Field",
|
||||||
"isMany": true
|
"isMany": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "id",
|
||||||
|
"type": "String",
|
||||||
|
"isAttr": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "eventDefinitions",
|
||||||
|
"type": "bpmn:TimerEventDefinition",
|
||||||
|
"isMany": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user