Преглед на файлове

查体下拉点击空白无法关闭的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();