From 2dbd9d993e16d6502d7c7846132d7a863b391340 Mon Sep 17 00:00:00 2001
From: hjm <63528605@qq.com>
Date: Tue, 15 Oct 2019 17:25:11 +0800
Subject: [PATCH] courseId

---
 public/react/src/modules/courses/members/studentsList.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/react/src/modules/courses/members/studentsList.js b/public/react/src/modules/courses/members/studentsList.js
index 1cee6051e..20ab384f1 100644
--- a/public/react/src/modules/courses/members/studentsList.js
+++ b/public/react/src/modules/courses/members/studentsList.js
@@ -598,7 +598,7 @@ class studentsList extends Component{
         .then((response) => {
           if (response.data.status == 0) {
             this.props.showNotification('删除成功')
-            this.props.history.push(`/courses/${coursesId}/course_groups`)
+            this.props.history.push(`/courses/${courseId}/course_groups`)
           }
         })
         .catch(function (error) {