|
|
@ -102,16 +102,18 @@ class Signedinlist extends Component {
|
|
|
|
neval=[]
|
|
|
|
neval=[]
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
group_ids: [],
|
|
|
|
group_ids: [],
|
|
|
|
|
|
|
|
page:1
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
neval=[value]
|
|
|
|
neval=[value]
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
group_ids: [value],
|
|
|
|
group_ids: [value],
|
|
|
|
|
|
|
|
page:1
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
let {page,attendance_status}=this.state;
|
|
|
|
let {page,attendance_status}=this.state;
|
|
|
|
this.getdatas(this.props&&this.props.switattendance_id,page,neval,attendance_status)
|
|
|
|
this.getdatas(this.props&&this.props.switattendance_id,1,neval,attendance_status)
|
|
|
|
if(this.props.defaultActiveKey==="1"){
|
|
|
|
if(this.props.defaultActiveKey==="1"){
|
|
|
|
this.getpath(value)
|
|
|
|
this.getpath(value)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -161,16 +163,18 @@ class Signedinlist extends Component {
|
|
|
|
neval=undefined
|
|
|
|
neval=undefined
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
attendance_status:undefined,
|
|
|
|
attendance_status:undefined,
|
|
|
|
|
|
|
|
page:1
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
neval=value
|
|
|
|
neval=value
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
attendance_status: value,
|
|
|
|
attendance_status: value,
|
|
|
|
|
|
|
|
page:1
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
let {page,group_ids}=this.state;
|
|
|
|
let {page,group_ids}=this.state;
|
|
|
|
this.getdatas(this.props&&this.props.switattendance_id,page,group_ids,neval)
|
|
|
|
this.getdatas(this.props&&this.props.switattendance_id,1,group_ids,neval)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
paginationonChange = (pageNumber) => {
|
|
|
|
paginationonChange = (pageNumber) => {
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|