mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
update
This commit is contained in:
parent
844591a6f9
commit
f46392e1f7
@ -157,6 +157,9 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function changeTask(item: TaskListItem) {
|
async function changeTask(item: TaskListItem) {
|
||||||
|
if (item.id === asyncProfilingStore.selectedTask.id) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
asyncProfilingStore.setSelectedTask(item);
|
asyncProfilingStore.setSelectedTask(item);
|
||||||
asyncProfilingStore.setAnalyzeTrees([]);
|
asyncProfilingStore.setAnalyzeTrees([]);
|
||||||
service.value = (selectorStore.services.filter((s: Service) => s.id === item.serviceId)[0] ?? {}).label;
|
service.value = (selectorStore.services.filter((s: Service) => s.id === item.serviceId)[0] ?? {}).label;
|
||||||
|
Loading…
Reference in New Issue
Block a user