From 7f91d75792546b67bf40496643abf1be6afff95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Fri, 25 Aug 2023 09:56:29 +0800 Subject: [PATCH] =?UTF-8?q?CN-1258:=20=E5=AE=9E=E4=BD=93=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E6=94=AF=E6=8C=81has=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/advancedSearch/Index.vue | 9 +- src/components/advancedSearch/TagMode.vue | 16 +++- src/components/advancedSearch/meta/parser.js | 40 +++++++- src/utils/api.js | 4 +- src/utils/tools.js | 96 +++++++++++++------ .../entityExplorer/search/ExplorerSearch.vue | 3 - 6 files changed, 119 insertions(+), 49 deletions(-) diff --git a/src/components/advancedSearch/Index.vue b/src/components/advancedSearch/Index.vue index 0cd80570..e032a34e 100644 --- a/src/components/advancedSearch/Index.vue +++ b/src/components/advancedSearch/Index.vue @@ -18,7 +18,6 @@ v-if="searchMode === 'tag'" ref="tagMode" :column-list="columnList" - :operator-list="showOperatorList" :connection-list="showConnectionList" :convert-meta-list="metaList" :show-list="showList" @@ -31,7 +30,7 @@