|
|
|
@ -299,7 +299,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
if (this.props.isAdmin()) {
|
|
|
|
|
//老师
|
|
|
|
|
const CourseId = this.props.match.params.coursesId;
|
|
|
|
|
if (groupsid) {
|
|
|
|
|
if (this.state.groupsid) {
|
|
|
|
|
data = {
|
|
|
|
|
id: CourseId,
|
|
|
|
|
page: this.state.page,
|
|
|
|
@ -338,7 +338,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
if (this.props.isAdmin()) {
|
|
|
|
|
//老师
|
|
|
|
|
const CourseId = this.props.match.params.coursesId;
|
|
|
|
|
if (groupsid) {
|
|
|
|
|
if (this.state.groupsid) {
|
|
|
|
|
data = {
|
|
|
|
|
id: CourseId,
|
|
|
|
|
page: this.state.page,
|
|
|
|
|