Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

courseware
daiao 5 years ago
commit 502704b7ab

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

Loading…
Cancel
Save