@@ -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();