From 0ceb2de79de308b5d88d26c8e5715960ea7aba7c Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Wed, 29 Nov 2023 18:03:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E6=B3=A8=E5=8F=96=E5=80=BCbug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/messenger.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/assets/js/pages/manage/messenger.vue b/resources/assets/js/pages/manage/messenger.vue index 28a706e80..43b3f6f3d 100644 --- a/resources/assets/js/pages/manage/messenger.vue +++ b/resources/assets/js/pages/manage/messenger.vue @@ -349,7 +349,6 @@ export default { lists.push(dialog); } }); - this.searchTagDialog() return lists; } const list = this.cacheDialogs.filter(dialog => { @@ -565,6 +564,9 @@ export default { dialogActive(){ this.dialogSearchList = []; + if(this.dialogActive == 'mark' && !this.dialogSearchKey){ + this.searchTagDialog() + } } },