dev_ec^2
hjm 5 years ago
parent f8a5c620aa
commit 2dbd9d993e

@ -598,7 +598,7 @@ class studentsList extends Component{
.then((response) => { .then((response) => {
if (response.data.status == 0) { if (response.data.status == 0) {
this.props.showNotification('删除成功') this.props.showNotification('删除成功')
this.props.history.push(`/courses/${coursesId}/course_groups`) this.props.history.push(`/courses/${courseId}/course_groups`)
} }
}) })
.catch(function (error) { .catch(function (error) {

Loading…
Cancel
Save