yusheng 2 年之前
父节点
当前提交
242a29770c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue

+ 1 - 1
src/components/bpmnProcessDesigner/package/penal/form/ElementForm.vue

@@ -40,7 +40,7 @@ export default {
       this.bpmnELement = window.bpmnInstances.bpmnElement;
       this.bpmnELement = window.bpmnInstances.bpmnElement;
       this.formKey = this.bpmnELement.businessObject.formKey;
       this.formKey = this.bpmnELement.businessObject.formKey;
       // 更新元素扩展属性,避免后续报错
       // 更新元素扩展属性,避免后续报错
-      this.updateElementExtensions()
+      // this.updateElementExtensions()
     },
     },
     updateElementFormKey() {
     updateElementFormKey() {
       window.bpmnInstances.modeling.updateProperties(this.bpmnELement, { formKey: this.formKey })
       window.bpmnInstances.modeling.updateProperties(this.bpmnELement, { formKey: this.formKey })