Browse Source

Merge pull request #4231 from CalvinKirs/1.3.4-pre-ui

[cherry-pick to 1.3.4-pre][ui] Fix dag node name verification
xingchun-chen 4 years ago committed by GitHub
parent
commit
1eceb58576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue

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

@ -609,14 +609,9 @@
fromThis: this
})
}
},
},
watch: {
/**
* Watch the item change, cache the value it changes
**/
_item (val) {
this._cacheItem()
}
},
created () {
// Unbind copy and paste events

Loading…
Cancel
Save