courseware
杨树林 5 years ago
parent 2e733f34a9
commit 3fe73f5e66

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

Loading…
Cancel
Save