Browse Source

Merge pull request #559 from qiaozhanwei/dev-1.1.0

update dag.vue remove console log
pull/2/head
乔占卫 5 years ago committed by GitHub
parent
commit
55154c5a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      escheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

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

@ -459,8 +459,6 @@
'tasks': {
deep: true,
handler (o) {
console.log('+++++ save dag params +++++')
console.log(o)
// Edit state does not allow deletion of node a...
this.setIsEditDag(true)

Loading…
Cancel
Save