Преглед изворни кода

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