luohairen
2024-12-12 2c9999d20ae7e98cb1ac31ff5b4594ce4c49a9d6
src/components/Process/designer.vue
@@ -133,6 +133,7 @@
    getActiveElement() {
      // 初始第一个选中元素 bpmn:Process
      this.initFormOnChanged(null);
      // see https://bpmn.io/toolkit/bpmn-js/walkthrough/
      this.modelerStore.modeler.on("import.done", e => {
        this.initFormOnChanged(null);
      });