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/',{ axios.post('/api/ulohazadaninode/',{
refnode: this.refnode.id, refnode: this.refnode.id,
where: this.where, where: this.where,
max_body: this.max_body, uloha: {
kod: this.kod, max_body: this.max_body,
nazev: this.nazev, kod: this.kod,
nazev: this.nazev,
},
}).then(response => { }).then(response => {
console.log(response.data); console.log(response.data);
this.loading=false; this.loading=false;