Procházet zdrojové kódy

Merge branch 'dev'

master
Guillaume Bourgeois před 5 roky
rodič
revize
038813d9e8
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      backend/web/js/vuejs/report-index.js

+ 1
- 0
backend/web/js/vuejs/report-index.js Zobrazit soubor

@@ -95,6 +95,7 @@ var app = new Vue({
for(var j = 0; j < this.distributionsByMonthArray[month].distributions.length; j++) {
Vue.set(this.distributionsByMonthArray[month].distributions[j], 'checked', countDistributions ? false : true);
}
this.reportChange = true ;
},
generateReport: function() {
var app = this ;

Načítá se…
Zrušit
Uložit