|
@ -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, |
|
|
|
|
|
uloha: { |
|
|
max_body: this.max_body, |
|
|
max_body: this.max_body, |
|
|
kod: this.kod, |
|
|
kod: this.kod, |
|
|
nazev: this.nazev, |
|
|
nazev: this.nazev, |
|
|
|
|
|
}, |
|
|
}).then(response => { |
|
|
}).then(response => { |
|
|
console.log(response.data); |
|
|
console.log(response.data); |
|
|
this.loading=false; |
|
|
this.loading=false; |
|
|