diff --git a/src/components/task.vue b/src/components/task.vue index 26620268c..4d4e24051 100644 --- a/src/components/task.vue +++ b/src/components/task.vue @@ -813,6 +813,7 @@ export default { window.location.href = await this.getDestinationUrl(); return; } + this.nodeId = data.params[0].nodeId; this.taskId = data.params[0].tokenId; this.reload(); }