浏览代码

fix: 投研资源库,搜索图表时,点击回车隐藏弹窗

chenlei 1 周之前
父节点
当前提交
954562deed
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/etaChart/components/ClassifyWrap.vue

+ 1 - 0
src/views/etaChart/components/ClassifyWrap.vue

@@ -149,6 +149,7 @@ const clearMenu = () => {
   showSearchResults.value = false
 }
 const handleEnterInput = () => {
+  showSuggestions.value = false
   showSearchResults.value = true
 }
 const handleFocusInput = () => {