|
|
|
@ -135,7 +135,9 @@ class Statistics extends Component{
|
|
|
|
|
|
|
|
|
|
activeKey=(key)=>{
|
|
|
|
|
if(key==="1"){
|
|
|
|
|
this.getdatas()
|
|
|
|
|
let {page,group_ids,sort}=this.state;
|
|
|
|
|
// this.getdatas()
|
|
|
|
|
this.getwork_scoredata(page,group_ids,sort)
|
|
|
|
|
}else{
|
|
|
|
|
let{group_ids}=this.state;
|
|
|
|
|
this.getDynamiclistdatas(group_ids)
|
|
|
|
|