|
|
|
@ -60,13 +60,13 @@ class GraduationTaskssettinglist extends Component{
|
|
|
|
|
|
|
|
|
|
goback=()=>{
|
|
|
|
|
// window.history.back(-1)
|
|
|
|
|
let courseId=this.props.match.params.coursesId;
|
|
|
|
|
if(courseId===undefined){
|
|
|
|
|
this.props.history.push("/courses");
|
|
|
|
|
}else{
|
|
|
|
|
this.props.history.push(this.props.current_user.first_category_url);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// let courseId=this.props.match.params.coursesId;
|
|
|
|
|
// if(courseId===undefined){
|
|
|
|
|
// this.props.history.push("/courses");
|
|
|
|
|
// }else{
|
|
|
|
|
// this.props.history.push(this.props.current_user.first_category_url);
|
|
|
|
|
// }
|
|
|
|
|
this.props.history.goBack()
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
seacthdata=(teacher_comment,task_status,course_group,cross_comment,order,b_order,search,pages)=>{
|
|
|
|
|