From cefb9b1b23f77438a47ceec38948af7b5e7eb8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Sat, 22 Mar 2025 14:15:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Survey):=20=E7=A7=BB=E9=99=A4=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=20blur=20=E4=BA=8B=E4=BB=B6=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除了搜索框的 @blur 事件处理函数 blurs,保留了 @search 事件处理。这个修改可能是为了优化搜索功能的用户体验,避免在用户离开搜索框时进行不必要的操作。 --- src/views/Survey/Index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Survey/Index.vue b/src/views/Survey/Index.vue index 63ad56b..919446c 100644 --- a/src/views/Survey/Index.vue +++ b/src/views/Survey/Index.vue @@ -6,7 +6,6 @@ class="theme-background" :border="false" background="#71b73c" - @blur="blurs" @search="blurs" >