|
@@ -205,7 +205,8 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
listEmployeeStats(this.queryParams).then(response => {
|
|
listEmployeeStats(this.queryParams).then(response => {
|
|
- this.statsList = response.data;
|
|
|
|
|
|
+ this.statsList = response.data.list;
|
|
|
|
+ this.total = response.data.total;
|
|
this.loading = false;
|
|
this.loading = false;
|
|
});
|
|
});
|
|
},
|
|
},
|