Browse Source

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

springmonster 3 years ago
parent
commit
baf0c95add
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

+ 2 - 2
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}`
                       })
                     }
                   })