This is an automated email from the ASF dual-hosted git repository.
leonbao pushed a commit to branch 1.3.8-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/1.3.8-prepare by this push:
new 10a3097 [1.3.8-prepare][Fix-6025][UI] Fix view history error (#6049)
10a3097 is described below
commit 10a30978d603fde3c09306556343157a23ac342d
Author: Shiwen Cheng <[email protected]>
AuthorDate: Mon Aug 30 11:01:01 2021 +0800
[1.3.8-prepare][Fix-6025][UI] Fix view history error (#6049)
---
.../src/js/conf/home/pages/dag/_source/formModel/formModel.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
index c737759..97d81ad 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
+++
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue
@@ -394,7 +394,7 @@
_seeHistory () {
this.self.$router.push({
name: 'task-instance',
- params: { projectId: this.projectId },
+ params: { projectId: this.self.projectId },
query: {
processInstanceId: this.self.$route.params.id,
taskName: this.backfillItem.name