未验证 提交 59b5b115 编写于 作者: S songjianet 提交者: GitHub

[Feature][Dag] Jump back to the list page after the workflow is saved. (#8989)

上级 d9ea80af
......@@ -331,11 +331,11 @@
})
if (this.type === 'instance') {
this.$router.push({
path: `/projects/${this.projectCode}/instance/list/${methodParam}`
path: `/projects/${this.projectCode}/instance/list`
})
} else {
this.$router.push({
path: `/projects/${this.projectCode}/definition/list/${methodParam}`
path: `/projects/${this.projectCode}/definition/list`
})
}
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册