mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 07:36:14 +00:00
update
This commit is contained in:
parent
f46392e1f7
commit
4991fe6b89
@ -157,11 +157,10 @@ limitations under the License. -->
|
||||
}
|
||||
|
||||
async function changeTask(item: TaskListItem) {
|
||||
if (item.id === asyncProfilingStore.selectedTask.id) {
|
||||
return;
|
||||
if (item.id !== asyncProfilingStore.selectedTask.id) {
|
||||
asyncProfilingStore.setAnalyzeTrees([]);
|
||||
asyncProfilingStore.setSelectedTask(item);
|
||||
}
|
||||
asyncProfilingStore.setSelectedTask(item);
|
||||
asyncProfilingStore.setAnalyzeTrees([]);
|
||||
service.value = (selectorStore.services.filter((s: Service) => s.id === item.serviceId)[0] ?? {}).label;
|
||||
const res = await asyncProfilingStore.getTaskLogs({ taskId: item.id });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user