浏览代码

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

dev
父节点
当前提交
70632f81dd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      backend/web/js/vuejs/report-index.js

+ 1
- 0
backend/web/js/vuejs/report-index.js 查看文件

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

正在加载...
取消
保存