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