Browse Source

fix bug_7499 (#7739)

Co-authored-by: SbloodyS <sbloodys@qq.com>
xiangzihao 3 years ago
parent
commit
70ab2b886f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

+ 1 - 1
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
           }
         })