|
|
|
@ -138,13 +138,12 @@ class InfosPackage extends Component{
|
|
|
|
|
axios.delete(url).then((response) => {
|
|
|
|
|
if (response.data.status == 0) {
|
|
|
|
|
this.getCourses(cate,status,1);
|
|
|
|
|
this.cancelProject;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(function (error) {
|
|
|
|
|
console.log(error);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
this.cancelProject;
|
|
|
|
|
}
|
|
|
|
|
render(){
|
|
|
|
|
let{
|
|
|
|
|