Sfoglia il codice sorgente

Merge branch 'dev'

master
parent
commit
038813d9e8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      backend/web/js/vuejs/report-index.js

+ 1
- 0
backend/web/js/vuejs/report-index.js Vedi File

@@ -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 ;

Loading…
Annulla
Salva