You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/12/16 01:21:34 UTC

[incubator-dolphinscheduler] branch 1.3.4-prepare updated: [cherry-pick to 1.3.4-pre][ui] Fix dag node name verification

This is an automated email from the ASF dual-hosted git repository.

chenxingchun pushed a commit to branch 1.3.4-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.4-prepare by this push:
     new e5e05d4  [cherry-pick to 1.3.4-pre][ui] Fix dag node name verification
     new 1eceb58  Merge pull request #4231 from CalvinKirs/1.3.4-pre-ui
e5e05d4 is described below

commit e5e05d4e0a4ac758c14de7f006b246ff28e6d822
Author: CalvinKirs <ac...@163.com>
AuthorDate: Tue Dec 15 17:11:36 2020 +0800

    [cherry-pick to 1.3.4-pre][ui] Fix dag node name verification
---
 .../src/js/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 173be92..69d5e5f 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