From 017656f592a1aa556ebf7543180d50981b49ffd7 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 15 Apr 2025 21:24:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=9C=AA=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=8F=92=E4=BB=B6=E5=88=97=E8=A1=A8=E7=9A=84=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/PluginCardListView.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue index 24c94237..2a667c46 100644 --- a/src/views/plugin/PluginCardListView.vue +++ b/src/views/plugin/PluginCardListView.vue @@ -358,6 +358,8 @@ watch([marketList, filterForm], () => { const filterText = (filter: string, value: string | undefined) => !filter || (value && value.toLowerCase().includes(filter.toLowerCase())) + sortedUninstalledList.value = [] + // 过滤 marketList.value.forEach(value => { if (value) { @@ -631,8 +633,8 @@ onMounted(async () => {