From 107dd41e3700f5b0058b440f4d62b75a0b99c490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Wed, 11 Sep 2019 10:52:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/courses/elearning/YslDetailCards.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/react/src/modules/courses/elearning/YslDetailCards.js b/public/react/src/modules/courses/elearning/YslDetailCards.js index 141c5abfb..082972c57 100644 --- a/public/react/src/modules/courses/elearning/YslDetailCards.js +++ b/public/react/src/modules/courses/elearning/YslDetailCards.js @@ -170,6 +170,7 @@ class YslDetailCards extends Component{ if(response.data){ if(response.data.status===0){ this.props.showNotification(`下移成功`); + this.props.getPathCardsList(); }else{ this.props.showNotification(`下移失败`); } @@ -192,6 +193,7 @@ class YslDetailCards extends Component{ if(response.data){ if(response.data.status===0){ this.props.showNotification(`上移成功`); + this.props.getPathCardsList(); }else{ this.props.showNotification(`上移失败`); }