From 71b6c85d09cb92925ab34a303250df2ffdccdcc8 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Fri, 11 Oct 2019 17:42:13 +0800 Subject: [PATCH] updataleftNavfun --- public/react/src/modules/courses/members/studentsList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/modules/courses/members/studentsList.js b/public/react/src/modules/courses/members/studentsList.js index 5c56afbe0..175aefb6a 100644 --- a/public/react/src/modules/courses/members/studentsList.js +++ b/public/react/src/modules/courses/members/studentsList.js @@ -557,6 +557,7 @@ class studentsList extends Component{ }) if (response && response.data.status == 0) { this.props.showNotification('加入成功') + this.props.updataleftNavfun() this.fetchAll() } }