diff --git a/public/react/src/modules/courses/members/studentsList.js b/public/react/src/modules/courses/members/studentsList.js index 5496dda01..a30f63464 100644 --- a/public/react/src/modules/courses/members/studentsList.js +++ b/public/react/src/modules/courses/members/studentsList.js @@ -302,7 +302,8 @@ class studentsList extends Component{ } componentDidUpdate(prevProps) { if (prevProps.match.params.course_group_id != this.props.match.params.course_group_id) { - this.setState({checkBoxValues: []}) + this.setState({checkBoxValues: [], checkAllValue: false }) + this.fetchAll(1) } // 加载了2次