|
@@ -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 })
|