From 9bb99673532e69bcc774fb14abb85087b0245a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Tue, 24 Oct 2023 18:11:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84detection=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E8=AF=A6=E6=83=85=E7=9A=84=E5=9C=B0=E5=9D=80=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=EF=BC=8C=E4=BF=AE=E5=A4=8D=E7=9B=B8=E5=85=B3=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=88=9D=E5=A7=8B=E5=8C=96=E4=B8=80=E7=9B=B4=E4=B8=BA?= =?UTF-8?q?text=E6=A8=A1=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detections/DetectionSearch.vue | 11 +++++ .../DetectionSecurityEventOverview.vue | 47 ++++++++++++++++--- 2 files changed, 52 insertions(+), 6 deletions(-) diff --git a/src/views/detections/DetectionSearch.vue b/src/views/detections/DetectionSearch.vue index 739a96e1..885ad3a7 100644 --- a/src/views/detections/DetectionSearch.vue +++ b/src/views/detections/DetectionSearch.vue @@ -6,6 +6,7 @@ ref="search" :column-list="columnList[pageType]" :connection-list="connectionList" + :default-mode="defaultMode" class="advanced-search--show-list" :full-text="true" :show-list="showList" @@ -22,6 +23,8 @@