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