feat(流程独立节点表单): 新增流程独立节点表单,可在用户任务节点配置表单(不兼容旧版本)
This commit is contained in:
@@ -183,8 +183,7 @@ export default {
|
||||
activatedElement.source &&
|
||||
activatedElement.source.type.indexOf("StartEvent") === -1
|
||||
);
|
||||
this.formVisible = this.elementType === "StartEvent";
|
||||
// this.formVisible = this.elementType === "UserTask" || this.elementType === "StartEvent";
|
||||
this.formVisible = this.elementType === "UserTask" || this.elementType === "StartEvent";
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.bpmnInstances = null;
|
||||
|
||||
Reference in New Issue
Block a user