courseware
杨树林 5 years ago
parent 44e1aeda37
commit 5eccfa52dc

@ -53,11 +53,20 @@ class MoveBox extends Component{
video_ids:[id],
new_category_id:selectSubId
}).then(result=>{
if(result){
const { setMoveVisible , successFunc , updataleftNavfun} = this.props;
updataleftNavfun && updataleftNavfun();
setMoveVisible && setMoveVisible(false);
successFunc && successFunc();
try {
this.props.showNotification(result.data.message);
}catch (e) {
}
}
}).catch(error=>{
console.log(error);

Loading…
Cancel
Save