feat:【antd】【bpm】bpmn 设计器:bpmn 设计器:使用定时中间捕获事件,部署流程图提示校验失败:flowable-event-timer-missing-configuration,来自:b666e1bdd4
parent
f9913692f0
commit
f7ce553771
|
|
@ -390,8 +390,9 @@ watch(() => props.businessObject, syncFromBusinessObject, { deep: true });
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<IconifyIcon icon="ep:timer" />
|
<IconifyIcon icon="ep:timer" />
|
||||||
</template>
|
</template>
|
||||||
|
<!-- 相关 issue:https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues/ICNRW2 -->
|
||||||
<TimeEventConfig
|
<TimeEventConfig
|
||||||
:business-object="bpmnElement.value?.businessObject"
|
:business-object="elementBusinessObject"
|
||||||
:key="elementId"
|
:key="elementId"
|
||||||
/>
|
/>
|
||||||
</CollapsePanel>
|
</CollapsePanel>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue