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(() => {
|
||||
logStore.resetState();
|
||||
const item = {
|
||||
...props.data,
|
||||
filters: undefined,
|
||||
};
|
||||
dashboardStore.setWidget(item);
|
||||
traceId.value = "";
|
||||
duration.value = appStore.durationTime;
|
||||
});
|
||||
watch(
|
||||
() => selectorStore.currentService,
|
||||
|
@ -236,13 +236,6 @@ async function searchEndpoints(keyword: string) {
|
||||
}
|
||||
onUnmounted(() => {
|
||||
traceStore.resetState();
|
||||
const item = {
|
||||
...props.data,
|
||||
filters: undefined,
|
||||
};
|
||||
dashboardStore.setWidget(item);
|
||||
traceId.value = "";
|
||||
duration.value = appStore.durationTime;
|
||||
});
|
||||
watch(
|
||||
() => [selectorStore.currentPod],
|
||||
|
Loading…
Reference in New Issue
Block a user