Explorar el Código

[backend] Rapports : cacher le rapport généré si on sélectionne / déselectionne des distributions

refactoring
Guillaume Bourgeois hace 5 años
padre
commit
70632f81dd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      backend/web/js/vuejs/report-index.js

+ 1
- 0
backend/web/js/vuejs/report-index.js Ver fichero

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

Cargando…
Cancelar
Guardar