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