courseware
杨树林 5 years ago
parent 661daf612d
commit 2e733f34a9

@ -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,

Loading…
Cancel
Save