|
|
|
@ -27,7 +27,7 @@ import './studentsList.css'
|
|
|
|
|
角色数组, CREATOR: 创建者, PROFESSOR: 教师, ASSISTANT_PROFESSOR: 助教, STUDENT: 学生
|
|
|
|
|
*/
|
|
|
|
|
function CourseGroupList(props) {
|
|
|
|
|
const [serachValue, setSerachValue] = useState('')
|
|
|
|
|
const [searchValue, setSearchValue] = useState('')
|
|
|
|
|
|
|
|
|
|
const [DownloadType, setDownloadType] = useState()
|
|
|
|
|
const [DownloadMessageval, setDownloadMessageval] = useState()
|
|
|
|
@ -70,13 +70,10 @@ function CourseGroupList(props) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
function onPressEnter() {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
function onInputSearchChange() {
|
|
|
|
|
|
|
|
|
|
fetchAll()
|
|
|
|
|
}
|
|
|
|
|
function onInputSearchChange(e) {
|
|
|
|
|
setSerachValue(e.target.value)
|
|
|
|
|
setSearchValue(e.target.value)
|
|
|
|
|
}
|
|
|
|
|
function Downloadcal() {
|
|
|
|
|
|
|
|
|
@ -109,8 +106,9 @@ function CourseGroupList(props) {
|
|
|
|
|
const isAdmin = props.isAdmin();
|
|
|
|
|
const isSuperAdmin = props.isSuperAdmin();
|
|
|
|
|
const isParent = true;
|
|
|
|
|
const searchValue = '';
|
|
|
|
|
const isCourseEnd= '';
|
|
|
|
|
// const searchValue = '';
|
|
|
|
|
const isCourseEnd= props.isCourseEnd();
|
|
|
|
|
|
|
|
|
|
const course_group_id= '';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|