dev_cs
杨树林 5 years ago
parent 6c296d320f
commit 9af1b4d522

@ -240,7 +240,7 @@ class DetailCardsEditAndEdit extends Component{
if(this.props.ysldetailcards===undefined){
url='/stages/'+stageid+'.json';
}else{
url=`/course_stages/${this.props.coursesId}.json`;
url=`/course_stages/${stageid}.json`;
}
axios.put(url, {
name:stage_name,

Loading…
Cancel
Save