Browse Source

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

refactoring
Guillaume Bourgeois 5 years ago
parent
commit
70632f81dd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/web/js/vuejs/report-index.js

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

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

Loading…
Cancel
Save