Browse Source

[cherry-pick to 1.3.4-pre][ui] Fix dag node name verification

CalvinKirs 4 years ago
parent
commit
e5e05d4e0a
  1. 7
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue

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

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

Loading…
Cancel
Save