|
|
|
@ -2643,7 +2643,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
//学号
|
|
|
|
|
//学号排序是从大到小
|
|
|
|
|
this.setState({
|
|
|
|
|
order: "student_id",
|
|
|
|
|
orders: "student_id",
|
|
|
|
|
loadingstate: true,
|
|
|
|
|
})
|
|
|
|
|
this.Startsortingt("student_id", this.state.course_groupyslstwo, this.state.checkedValuesineinfo, this.state.searchtext, this.state.page, this.state.limit);
|
|
|
|
@ -3047,32 +3047,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
let {columns,course_groupysls,datajs,isAdmin,homework_status, course_groupyslstwo, unlimited, unlimitedtwo, course_group_info, orders, task_status, checkedValuesine, searchtext, teacherlist, visible,visibles, game_list,columnsstu,columnsstu2, limit,experience, boolgalist,viewtrainingdata, teacherdata, page, data, jobsettingsdata, styletable, datas, order, loadingstate,computeTimetype} = this.state;
|
|
|
|
|
|
|
|
|
|
const antIcon = <Icon type="loading" style={{ fontSize: 24 }} spin />;
|
|
|
|
|
// console.log(this.state.student_works);
|
|
|
|
|
// console.log("841");
|
|
|
|
|
// console.log(this.state.columns);
|
|
|
|
|
// console.log(datajs);
|
|
|
|
|
// console.log("2202");
|
|
|
|
|
// console.log(this.props.isAdmin());
|
|
|
|
|
// console.log("2498");
|
|
|
|
|
// console.log(data);
|
|
|
|
|
// console.log(datas);
|
|
|
|
|
// console.log(this.props.isAdmin());
|
|
|
|
|
|
|
|
|
|
let course_is_end = this.props.current_user&&this.props.current_user.course_is_end;
|
|
|
|
|
// try {
|
|
|
|
|
// if(this.props.isAdmin() === false){
|
|
|
|
|
// if(teacherdata&&teacherdata.student_works){
|
|
|
|
|
// if(teacherdata&&teacherdata.student_works.length>0){
|
|
|
|
|
// console.log("这是双层页面。。。。");
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
// }catch (e) {
|
|
|
|
|
// console.log("Listofworksstudentone123");
|
|
|
|
|
// console.log(e);
|
|
|
|
|
// }
|
|
|
|
|
// console.log("Listofworksstudentone.js");
|
|
|
|
|
// console.log(orders);
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
|
|
|
|
|