wangting
2025-01-16 18c43123b51a1688ab4ae01fe3d171c7d92e619b
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); // 移除原有的节点