Browse Source

fix

pull/3/MERGE
break60 3 years ago
parent
commit
b12e8a5390
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js

2
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js

@ -627,7 +627,7 @@ JSP.prototype.saveStore = function () {
tasks.push(tasksParam)
}
})
console.log(store.state.dag.connects.length, this.JspInstance.getConnections().length)
if (store.state.dag.connects.length === this.JspInstance.getConnections().length) {
_.map(store.state.dag.connects, u => {
connects.push({

Loading…
Cancel
Save