feat:【antd】【bpm】bpmn 设计器:bpmn 设计器:使用定时中间捕获事件,部署流程图提示校验失败:flowable-event-timer-missing-configuration,来自:b666e1bdd4

This commit is contained in:
YunaiV
2025-11-29 18:05:03 +08:00
parent f9913692f0
commit f7ce553771

View File

@@ -390,8 +390,9 @@ watch(() => props.businessObject, syncFromBusinessObject, { deep: true });
<template #extra>
<IconifyIcon icon="ep:timer" />
</template>
<!-- 相关 issuehttps://gitee.com/yudaocode/yudao-ui-admin-vue3/issues/ICNRW2 -->
<TimeEventConfig
:business-object="bpmnElement.value?.businessObject"
:business-object="elementBusinessObject"
:key="elementId"
/>
</CollapsePanel>