소스 검색

查体下拉点击空白无法关闭的bug

liucf 6 년 전
부모
커밋
54ed95bbda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/CheckBody/index.jsx

+ 1 - 1
src/components/CheckBody/index.jsx

@@ -34,7 +34,7 @@ class CheckBody extends Component{
     return arr;
   }
   handleClick(e){//让搜索框跟随鼠标点击移动
-    e.stopPropagation();
+    // e.stopPropagation();
     const {fetchPushInfos,totalHide} = this.props;
     //fetchPushInfos&&fetchPushInfos();
     this.getData();