From dc9c606b8271fc595b0943e63070c9738a1842a5 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 24 Feb 2023 17:56:17 +0800 Subject: [PATCH] fix: user filter list will fail to load the avatar after searching (#885) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind bug #### What this PR does / why we need it: 修复用户筛选列表在搜索之后无法正常加载头像的问题。 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3361 #### Screenshots: image #### Special notes for your reviewer: 测试方式: 1. 创建若干用户并设置头像。 2. 打开文章管理的用户筛选项,尝试输入关键词搜索,观察搜索出的用户头像是否加载正常。 #### Does this PR introduce a user-facing change? ```release-note 修复 Console 端用户筛选项,输入关键词搜索之后无法加载头像的问题。 ``` --- src/components/dropdown-selector/UserDropdownSelector.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/dropdown-selector/UserDropdownSelector.vue b/src/components/dropdown-selector/UserDropdownSelector.vue index 8730618c..a7ccedd2 100644 --- a/src/components/dropdown-selector/UserDropdownSelector.vue +++ b/src/components/dropdown-selector/UserDropdownSelector.vue @@ -96,6 +96,7 @@ const searchResults = computed(() => {