Loading dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js +10 −0 Original line number Diff line number Diff line Loading @@ -499,6 +499,16 @@ JSP.prototype.removeNodes = function ($id) { // callback onRemoveNodes event this.options && this.options.onRemoveNodes && this.options.onRemoveNodes($id) let connects = [] _.map(this.JspInstance.getConnections(), v => { connects.push({ endPointSourceId: v.sourceId, endPointTargetId: v.targetId, label: v._jsPlumb.overlays.label.canvas.innerText }) }) // Storage line dependence store.commit('dag/setConnects', connects) } /** Loading Loading
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js +10 −0 Original line number Diff line number Diff line Loading @@ -499,6 +499,16 @@ JSP.prototype.removeNodes = function ($id) { // callback onRemoveNodes event this.options && this.options.onRemoveNodes && this.options.onRemoveNodes($id) let connects = [] _.map(this.JspInstance.getConnections(), v => { connects.push({ endPointSourceId: v.sourceId, endPointTargetId: v.targetId, label: v._jsPlumb.overlays.label.canvas.innerText }) }) // Storage line dependence store.commit('dag/setConnects', connects) } /** Loading