summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangyu <[email protected]>2023-08-21 11:51:44 +0800
committerzhangyu <[email protected]>2023-08-21 11:51:44 +0800
commitcb2b134375a56fb3eb8a54bb8fed0437b26800c3 (patch)
tree548f6cb6f87e8151cd237aa49dd7591c97925db1
parent3d601d7317c7bdb955a416a9ac40c15ea4db064d (diff)
NEZ-3066 fix:alert message 查询参数,交互调整rel-23.07.03
-rw-r--r--nezha-fronted/src/components/common/searchBox/searchBox.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/nezha-fronted/src/components/common/searchBox/searchBox.vue b/nezha-fronted/src/components/common/searchBox/searchBox.vue
index d4dd4f523..276702474 100644
--- a/nezha-fronted/src/components/common/searchBox/searchBox.vue
+++ b/nezha-fronted/src/components/common/searchBox/searchBox.vue
@@ -906,6 +906,8 @@ export default {
obj.q = ''
this.oldSearchStr = ''
}
+ this.visible = false
+ this.$refs.searchStr.blur()
this.$emit('search', obj)
})
}, 100),