Explorar o código

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

chenlei hai 2 semanas
pai
achega
954562deed
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 = () => {