From ab9e50ff0c8a7fa72e79aec7967fe321bbc04dda Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Tue, 2 Apr 2024 18:40:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=E4=B8=8E?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=95=B0=E6=8D=AE=E8=81=94=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/aside/comp/Search.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/home/aside/comp/Search.vue b/src/views/home/aside/comp/Search.vue index 53a80ad..df4acad 100644 --- a/src/views/home/aside/comp/Search.vue +++ b/src/views/home/aside/comp/Search.vue @@ -58,6 +58,7 @@ const searchName = () => { const close = () => { searchKeyword.value = ""; + configStore.setSearchValue(searchKeyword.value); emit('close'); }