Browse Source

Bugfix.

export_seznamu_prednasek
parent
commit
32121c0229
  1. 8
      vue_frontend/src/components/UlohaZadaniNode.vue

8
vue_frontend/src/components/UlohaZadaniNode.vue

@ -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…
Cancel
Save