diff --git a/src/views/dashboard/related/profile/components/TaskList.vue b/src/views/dashboard/related/profile/components/TaskList.vue index ce18c162..1b4bd5bc 100644 --- a/src/views/dashboard/related/profile/components/TaskList.vue +++ b/src/views/dashboard/related/profile/components/TaskList.vue @@ -140,6 +140,7 @@ const selectedTask = ref>({}); const instanceLogs = ref({}); async function changeTask(item: TaskListItem) { + profileStore.setCurrentSegment({}); selectedTask.value = item; const res = await profileStore.getSegmentList({ taskID: item.id }); if (res.errors) {