dev_admin
杨树明 6 years ago
parent 5333e28f00
commit 15f28ffa9d

@ -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{

Loading…
Cancel
Save