更新时,出现上述错误。请帮助我
他是我的密码:
1°我的classe.component.ts:
android:onCheckedChanged
和我的classe.component.html:
onUpdateCla(data){
console.log(data);
this.classeService.postRessource(this.currentClasse._links.classe.href,data)
.subscribe(data=>{
this.mode='list';
this.onGetAllClasses();
}, err=>{
console.log(err);
});
}
答案 0 :(得分:0)
可能是您在Service中写的URL不正确,或者后端存在问题。不要忘记,如果您使用的是Spring,请使用RequestMapping用“ /”定义零件。