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/',{
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue