From 66fa5aa3b2817d47d30328d71b0e7910f8ad5b8d Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Tue, 17 Dec 2024 14:25:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=B5=8B=E8=AF=95=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=A6=82=E8=A7=88=E6=A3=80=E7=B4=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workbench/homePage/components/cardSettingList.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/views/workbench/homePage/components/cardSettingList.vue b/frontend/src/views/workbench/homePage/components/cardSettingList.vue index f6f4842313..24c06a4714 100644 --- a/frontend/src/views/workbench/homePage/components/cardSettingList.vue +++ b/frontend/src/views/workbench/homePage/components/cardSettingList.vue @@ -4,8 +4,6 @@ v-model:model-value="searchKeyword" :placeholder="t('workbench.homePage.searchCard')" allow-clear - @search="searchList" - @press-enter="searchList" @clear="resetSearch" /> @@ -232,11 +230,6 @@ })); }); - // 搜索 - function searchList(keyword: string) { - searchKeyword.value = keyword; - } - // 重置 function resetSearch() { searchKeyword.value = '';