mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
fix filters
This commit is contained in:
parent
05d585c72e
commit
c91968aa2b
@ -344,13 +344,6 @@ function removeExcludeContent(index: number) {
|
|||||||
}
|
}
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
logStore.resetState();
|
logStore.resetState();
|
||||||
const item = {
|
|
||||||
...props.data,
|
|
||||||
filters: undefined,
|
|
||||||
};
|
|
||||||
dashboardStore.setWidget(item);
|
|
||||||
traceId.value = "";
|
|
||||||
duration.value = appStore.durationTime;
|
|
||||||
});
|
});
|
||||||
watch(
|
watch(
|
||||||
() => selectorStore.currentService,
|
() => selectorStore.currentService,
|
||||||
|
@ -236,13 +236,6 @@ async function searchEndpoints(keyword: string) {
|
|||||||
}
|
}
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
traceStore.resetState();
|
traceStore.resetState();
|
||||||
const item = {
|
|
||||||
...props.data,
|
|
||||||
filters: undefined,
|
|
||||||
};
|
|
||||||
dashboardStore.setWidget(item);
|
|
||||||
traceId.value = "";
|
|
||||||
duration.value = appStore.durationTime;
|
|
||||||
});
|
});
|
||||||
watch(
|
watch(
|
||||||
() => [selectorStore.currentPod],
|
() => [selectorStore.currentPod],
|
||||||
|
Loading…
Reference in New Issue
Block a user