From 5236e259cdddba885c026b04781db7ef2e013bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czxzsxf=E2=80=9D?= <187384130@qq.com> Date: Mon, 27 Mar 2023 13:51:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=BF=80=E6=B4=BB=E7=8A=B6=E6=80=81=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E5=87=86=E7=A1=AE=E5=88=87=E6=8D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chart/ContentHeader/headerLeftBtn/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/chart/ContentHeader/headerLeftBtn/index.vue b/src/views/chart/ContentHeader/headerLeftBtn/index.vue index ceb6939a..0ed7b7a5 100644 --- a/src/views/chart/ContentHeader/headerLeftBtn/index.vue +++ b/src/views/chart/ContentHeader/headerLeftBtn/index.vue @@ -11,7 +11,7 @@ @@ -111,8 +111,9 @@ const styleHandle = (item: ItemType) => { } // 布局处理 -const clickHandle = (item: ItemType) => { +const clickHandle = (item: ItemType, e: any) => { setItem(item.key, !item.select) + e.currentTarget.blur() } // 历史记录处理