Browse Source

Remove node deep monitoring

pull/3/MERGE
break60 4 years ago
parent
commit
288a2547d0
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

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

@ -602,9 +602,7 @@
},
watch: {
'tasks': {
deep: true,
handler (o) {
// Edit state does not allow deletion of node a...
this.setIsEditDag(true)
}

Loading…
Cancel
Save