Browse Source

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

3.0.0/version-upgrade
springmonster 2 years ago committed by GitHub
parent
commit
baf0c95add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

4
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}`
})
}
})

Loading…
Cancel
Save