This commit is contained in:
Tomas 'Jethro' Pokorny 2020-11-18 11:04:18 +01:00
parent a3e478f4f1
commit 32121c0229

View file

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