diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue index 173be925e5..69d5e5f71a 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue +++ b/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