|
|
|
@ -190,6 +190,7 @@ class studentsList extends Component{
|
|
|
|
|
checkBoxValues: [],
|
|
|
|
|
isSpin:false,
|
|
|
|
|
application_list: [],
|
|
|
|
|
course_groups: [],
|
|
|
|
|
checkAllArray: [],
|
|
|
|
|
filterKey: 1, // 1 已审批 2 待审批
|
|
|
|
|
}
|
|
|
|
@ -666,14 +667,14 @@ class studentsList extends Component{
|
|
|
|
|
`}</style>
|
|
|
|
|
<div className="mt20 edu-back-white padding20 teacherList">
|
|
|
|
|
|
|
|
|
|
<CourseGroupChooserModal
|
|
|
|
|
{ course_groups && course_groups.length && <CourseGroupChooserModal
|
|
|
|
|
props={{match: this.props.match, showNotification: this.props.showNotification}}
|
|
|
|
|
record={this.state.clickRecord}
|
|
|
|
|
fetchAll={this.fetchAll}
|
|
|
|
|
course_groups={course_groups}
|
|
|
|
|
visible={this.state.groupChooserModalVisible}
|
|
|
|
|
setVisible={this.setGroupChooserModalVisible}
|
|
|
|
|
></CourseGroupChooserModal>
|
|
|
|
|
></CourseGroupChooserModal> }
|
|
|
|
|
{filterKey == '1' && <div className="clearfix stu_head" style={{paddingLeft: '15px'}}>
|
|
|
|
|
{ isAdminOrTeacher && hasGraduationModule && <Checkbox className="fl" onChange={this.onCheckAll} checked={checkAllValue} >已选 {checkBoxValues.length} 个</Checkbox> }
|
|
|
|
|
{ filterKey == '1' && <div className="studentList_operation_ul">
|
|
|
|
|