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

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


The following commit(s) were added to refs/heads/1.3.2-release by this push:
     new 288a254  Remove node deep monitoring
     new 0e58b7f  Merge pull request #3459 from break60/1.3.2-release
288a254 is described below

commit 288a2547d0abedad98d12f72f30a7246b8bb8820
Author: break60 <790061...@qq.com>
AuthorDate: Tue Aug 11 09:39:49 2020 +0800

    Remove node deep monitoring
---
 dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue 
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
index a73b1cb..98aaaa5 100755
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
@@ -602,9 +602,7 @@
     },
     watch: {
       'tasks': {
-        deep: true,
         handler (o) {
-
           // Edit state does not allow deletion of node a...
           this.setIsEditDag(true)
         }

Reply via email to