Skip to content

Commit 10a3097

Browse files
authored
[1.3.8-prepare][Fix-6025][UI] Fix view history error (#6049)
1 parent 6c3ddfa commit 10a3097

File tree

1 file changed

+1
-1
lines changed
  • dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel

1 file changed

+1
-1
lines changed

Diff for: dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
_seeHistory () {
395395
this.self.$router.push({
396396
name: 'task-instance',
397-
params: { projectId: this.projectId },
397+
params: { projectId: this.self.projectId },
398398
query: {
399399
processInstanceId: this.self.$route.params.id,
400400
taskName: this.backfillItem.name

0 commit comments

Comments
 (0)