mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-09-20 04:59:27 +00:00
update
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user