Bugfix.
This commit is contained in:
parent
a3e478f4f1
commit
32121c0229
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue