|
|
@ -81,6 +81,15 @@ class GraduationTaskssettinglist extends Component{
|
|
|
|
this.props.history.replace(`/courses/${this.state.taskslistdata.course_id}/graduation_tasks/${this.state.taskslistdata.graduation_id}`);
|
|
|
|
this.props.history.replace(`/courses/${this.state.taskslistdata.course_id}/graduation_tasks/${this.state.taskslistdata.graduation_id}`);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reInit=()=>{
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
course_groupslist:[],
|
|
|
|
|
|
|
|
checkAllValue:false
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
let {teacher_comment, task_status, course_group, cross_comment, order, b_order, search} = this.state;
|
|
|
|
|
|
|
|
this.seacthdata(teacher_comment, task_status, course_group, cross_comment, order, b_order, search,this.state.page);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
seacthdata=(teacher_comment,task_status,course_group,cross_comment,order,b_order,search,pages)=>{
|
|
|
|
seacthdata=(teacher_comment,task_status,course_group,cross_comment,order,b_order,search,pages)=>{
|
|
|
|
let{page,limit}=this.state;
|
|
|
|
let{page,limit}=this.state;
|
|
|
|
// console.log(teacher_comment,task_status,course_group,cross_comment,order,b_order,search)
|
|
|
|
// console.log(teacher_comment,task_status,course_group,cross_comment,order,b_order,search)
|
|
|
@ -97,7 +106,7 @@ class GraduationTaskssettinglist extends Component{
|
|
|
|
order:order===null?undefined:order,
|
|
|
|
order:order===null?undefined:order,
|
|
|
|
b_order:b_order===null?undefined:b_order,
|
|
|
|
b_order:b_order===null?undefined:b_order,
|
|
|
|
search:search===null?undefined:search,
|
|
|
|
search:search===null?undefined:search,
|
|
|
|
page:pages===null?undefined:pages,
|
|
|
|
page:pages===null?undefined:page,
|
|
|
|
limit:20,
|
|
|
|
limit:20,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
paramsSerializer: function(params) {
|
|
|
|
paramsSerializer: function(params) {
|
|
|
|