Browse Source

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

CalvinKirs 4 years ago
parent
commit
e5e05d4e0a
  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