diff --git a/src/components/ProcessDesigner/package/penal/PropertiesPanel.vue b/src/components/ProcessDesigner/package/penal/PropertiesPanel.vue index 7becfaed..5c46d9b9 100644 --- a/src/components/ProcessDesigner/package/penal/PropertiesPanel.vue +++ b/src/components/ProcessDesigner/package/penal/PropertiesPanel.vue @@ -191,6 +191,11 @@ // 初始化数据 function initFormOnChanged(element) { if (element == null) { + configActiveName.value = '2'; + data.wfNodeName = ''; + data.currentWfNode = { + type: '', + }; return; } if (element.type == 'bpmn:Process') {