From d136391189d605193ea00e92f13e17906adeb799 Mon Sep 17 00:00:00 2001 From: DebugIsFalse <511418503@qq.com> Date: Thu, 30 May 2024 17:48:01 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E6=B7=BB=E5=8A=A0=E6=94=B6=E8=97=8F?= =?UTF-8?q?=E7=BB=98=E7=94=BB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/i/library/select.vue | 39 +++++++++++++++++++++------------ components/i/search/Header.vue | 1 - 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/components/i/library/select.vue b/components/i/library/select.vue index f8b898a..be72dd7 100644 --- a/components/i/library/select.vue +++ b/components/i/library/select.vue @@ -30,29 +30,32 @@ >
{{item.name}}
- +
- + diff --git a/components/i/search/Header.vue b/components/i/search/Header.vue index 02775e2..787bdf2 100644 --- a/components/i/search/Header.vue +++ b/components/i/search/Header.vue @@ -136,7 +136,6 @@ async function initData () { const { data, error } = await findRecordCollection(route.params.id) if (!error.value) { const ids = data.value.data.map(item => item.collection_id) - console.log(`ids:`, ids) $setSelectCollectionId(ids) } } -- GitLab