From 250761886087aae989250e8f27b125a3d709157b Mon Sep 17 00:00:00 2001
From: xieyonghong <18010623010@163.com>
Date: Thu, 16 Mar 2023 10:16:49 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E4=BC=98=E5=8C=96=E8=BF=87=E6=BB=A4?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=9B=9E=E6=98=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Search/Search.vue | 3 +-
src/components/ValueItem/index.vue | 2 +-
.../Save/action/ListItem/FilterCondition.vue | 7 +-
.../Save/action/ListItem/FilterGroup.vue | 175 +-
.../Scene/Save/action/ListItem/Item.vue | 63 +-
.../Scene/Save/components/Terms/index.less | 42 +-
yarn.lock | 1417 +++++------------
7 files changed, 622 insertions(+), 1087 deletions(-)
diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue
index 7cd240dc..ccb0e405 100644
--- a/src/components/Search/Search.vue
+++ b/src/components/Search/Search.vue
@@ -4,6 +4,7 @@
:type='type'
:request='saveSearchHistory'
:historyRequest='getSearchHistory'
+ :deleteRequest='deleteSearchHistory'
:columns='columns'
:class='props.class'
@search='searchSubmit'
@@ -13,7 +14,7 @@