mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 11:25:22 +00:00
set current segment
This commit is contained in:
parent
e5ebb81ad8
commit
25b49f6501
@ -140,6 +140,7 @@ const selectedTask = ref<TaskListItem | Record<string, never>>({});
|
|||||||
const instanceLogs = ref<TaskLog | any>({});
|
const instanceLogs = ref<TaskLog | any>({});
|
||||||
|
|
||||||
async function changeTask(item: TaskListItem) {
|
async function changeTask(item: TaskListItem) {
|
||||||
|
profileStore.setCurrentSegment({});
|
||||||
selectedTask.value = item;
|
selectedTask.value = item;
|
||||||
const res = await profileStore.getSegmentList({ taskID: item.id });
|
const res = await profileStore.getSegmentList({ taskID: item.id });
|
||||||
if (res.errors) {
|
if (res.errors) {
|
||||||
|
Loading…
Reference in New Issue
Block a user