You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/01/28 10:42:45 UTC

[dolphinscheduler] branch dev updated: [Bug-8169] [dolphinscheduler-ui] Fix `After you save the workflow, it… (#8198)

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

kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new baf0c95  [Bug-8169] [dolphinscheduler-ui] Fix `After you save the workflow, it… (#8198)
baf0c95 is described below

commit baf0c95add2772f4ea6f08788f216b5ef83557ed
Author: springmonster <ch...@163.com>
AuthorDate: Fri Jan 28 18:42:36 2022 +0800

    [Bug-8169] [dolphinscheduler-ui] Fix `After you save the workflow, it… (#8198)
---
 dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue | 4 ++--
 1 file changed, 2 insertions(+), 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 a1876f6..51da823 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue
@@ -332,11 +332,11 @@
                     })
                     if (this.type === 'instance') {
                       this.$router.push({
-                        path: `/projects/${this.projectCode}/instance/list`
+                        path: `/projects/${this.projectCode}/instance/list/${methodParam}`
                       })
                     } else {
                       this.$router.push({
-                        path: `/projects/${this.projectCode}/definition/list`
+                        path: `/projects/${this.projectCode}/definition/list/${methodParam}`
                       })
                     }
                   })