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(`上移失败`); }