mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-13 06:10:35 +00:00
perf: bpm 修复bpmn设计器不显示问题
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
<!-- 流程设计器,负责绘制流程等 -->
|
<!-- 流程设计器,负责绘制流程等 -->
|
||||||
<MyProcessDesigner
|
<MyProcessDesigner
|
||||||
key="designer"
|
key="designer"
|
||||||
v-if="xmlString != undefined"
|
|
||||||
v-model="xmlString"
|
v-model="xmlString"
|
||||||
:value="xmlString"
|
:value="xmlString"
|
||||||
v-bind="controlForm"
|
v-bind="controlForm"
|
||||||
|
|||||||
Reference in New Issue
Block a user