Explorar el Código

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

springmonster hace 3 años
padre
commit
baf0c95add

+ 2 - 2
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

@@ -332,11 +332,11 @@
                     })
                     })
                     if (this.type === 'instance') {
                     if (this.type === 'instance') {
                       this.$router.push({
                       this.$router.push({
-                        path: `/projects/${this.projectCode}/instance/list`
+                        path: `/projects/${this.projectCode}/instance/list/${methodParam}`
                       })
                       })
                     } else {
                     } else {
                       this.$router.push({
                       this.$router.push({
-                        path: `/projects/${this.projectCode}/definition/list`
+                        path: `/projects/${this.projectCode}/definition/list/${methodParam}`
                       })
                       })
                     }
                     }
                   })
                   })