From e5e05d4e0a4ac758c14de7f006b246ff28e6d822 Mon Sep 17 00:00:00 2001 From: CalvinKirs Date: Tue, 15 Dec 2020 17:11:36 +0800 Subject: [PATCH] [cherry-pick to 1.3.4-pre][ui] Fix dag node name verification --- .../conf/home/pages/dag/_source/formModel/formModel.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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