|
@@ -200,9 +200,11 @@ export default {
|
|
|
this.queryParams.startDate = null;
|
|
|
this.queryParams.endDate = null;
|
|
|
}
|
|
|
+ if(this.selectedCompanyList != null && this.selectedCompanyList.length > 0) {
|
|
|
+ this.queryParams.userIds = this.selectedCompanyList;
|
|
|
+ }
|
|
|
|
|
|
listEmployeeStats(this.queryParams).then(response => {
|
|
|
- console.log(response)
|
|
|
this.statsList = response.data;
|
|
|
this.loading = false;
|
|
|
});
|