|
|
|
@ -303,13 +303,13 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
data = {
|
|
|
|
|
id: CourseId,
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
group_id: this.state.groupsid,
|
|
|
|
|
order: mysorder,
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
data = {
|
|
|
|
|
id: CourseId,
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
group_id: this.state.groupsid,
|
|
|
|
|
order: mysorder,
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -339,16 +339,17 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
//老师
|
|
|
|
|
const CourseId = this.props.match.params.coursesId;
|
|
|
|
|
if (this.state.groupsid) {
|
|
|
|
|
|
|
|
|
|
data = {
|
|
|
|
|
id: CourseId,
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
group_id: this.state.groupsid,
|
|
|
|
|
order: mysorder,
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
data = {
|
|
|
|
|
id: CourseId,
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
group_id: this.state.groupsid,
|
|
|
|
|
order: mysorder,
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|