@ -58,9 +58,11 @@ export default {
axios.post('/api/ulohazadaninode/',{
refnode: this.refnode.id,
where: this.where,
uloha: {
max_body: this.max_body,
kod: this.kod,
nazev: this.nazev,
},
}).then(response => {
console.log(response.data);
this.loading=false;