You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by wa...@apache.org on 2022/01/04 02:19:15 UTC

[dolphinscheduler] branch dev updated: fix bug_7499 (#7739)

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

wangyizhi 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 70ab2b8  fix bug_7499 (#7739)
70ab2b8 is described below

commit 70ab2b886f5627c9048ee94b8bbb7bba2c0895b5
Author: xiangzihao <46...@qq.com>
AuthorDate: Tue Jan 4 10:18:57 2022 +0800

    fix bug_7499 (#7739)
    
    Co-authored-by: SbloodyS <sb...@qq.com>
---
 dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a1f5e05..a1876f6 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
@@ -532,7 +532,7 @@
         this.$router.push({
           name: 'task-instance',
           query: {
-            processInstanceId: this.$route.params.code,
+            processInstanceId: this.instanceId,
             taskName: taskName
           }
         })