diff --git a/ruoyi-ui/src/components/Process/PropertyPanel.vue b/ruoyi-ui/src/components/Process/PropertyPanel.vue index 30834db1..a5b7abcd 100644 --- a/ruoyi-ui/src/components/Process/PropertyPanel.vue +++ b/ruoyi-ui/src/components/Process/PropertyPanel.vue @@ -122,7 +122,9 @@ export default { if (element.type === 'bpmn:Process' || element.type === 'bpmn:SequenceFlow' || element.type === 'bpmn:EndEvent' ) { - this.element = element + this.$nextTick().then(() => { + this.element = element + }) } }) this.modeler.on('selection.changed', e => {