Browse Source

月度工分汇总

wanglt 6 months ago
parent
commit
0cde6671d8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      ygtx-ui/src/views/gxt/userScore/scoreSummary.vue

+ 0 - 3
ygtx-ui/src/views/gxt/userScore/scoreSummary.vue

@@ -587,9 +587,6 @@ export default {
         getMonthScoreList(this.queryParams).then(response => {
           if (response.code === 200) {
             this.departmentStats = response.rows;
-            for (let i=0;i<this.departmentStats.length;i++) {
-              this.departmentStats[i].monthPeriod = this.selectedMonth;
-            }
             this.total = response.total;
           }else{
             this.departmentStats = [];