|
|
@@ -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 = [];
|