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 d1cc0372de..2d91b9c4cb 100755 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue @@ -452,7 +452,7 @@ query = { subProcessIds: ids.join(',') } } let $name = this.$route.name.split('-') - this.$router.push({ path: `/${$name[0]}/${$name[1]}/list/${id}`, query: query }) + this.$router.push({ path: `/${$name[0]}/${this.projectId}/${$name[1]}/list/${id}`, query: query }) }, /** * Subprocess processing @@ -469,7 +469,7 @@ subProcessIds.push(this.urlParam.id) } let $name = this.$route.name.split('-') - this.$router.push({ path: `/${$name[0]}/${$name[1]}/list/${subProcessId}`, query: { subProcessIds: subProcessIds.join(',') } }) + this.$router.push({ path: `/${$name[0]}/${this.projectId}/${$name[1]}/list/${subProcessId}`, query: { subProcessIds: subProcessIds.join(',') } }) }, /** * Refresh data