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