Source/plt-web/plt-web-ui/src/components/flow-cycle/flowchartEditor.vue
@@ -139,6 +139,7 @@ // return; // } // 如果添加了节点且节点没有被更改过 if (e.action === "add" && e.model.type === "node") { if (!e.model.change) { this.$refs.flowChart.propsAPI.remove(e.item); // 移除原有的节点