diff --git a/src/views/dashboard/related/log/Header.vue b/src/views/dashboard/related/log/Header.vue index 42a1010c..0296a06a 100644 --- a/src/views/dashboard/related/log/Header.vue +++ b/src/views/dashboard/related/log/Header.vue @@ -34,7 +34,7 @@ limitations under the License. --> -
+
- -
+
({ service: { value: "", label: "" }, }); -const tagComponent = ref | null>(null) +const tagComponent = ref | null>(null); // const dateTime = computed(() => [ // appStore.durationRow.start, @@ -282,7 +282,7 @@ function cancelSearch() { tagsList.value = []; tagsMap.value = []; updateTags({ tagsMap: [], tagsList: [] }); - tagComponent.value?.emptyTags() + tagComponent.value?.emptyTags(); break; case "traceId": traceId.value = ""; @@ -364,7 +364,6 @@ function changeField(type: string, opt: any) { } } function updateTags(data: { tagsMap: Array