diff --git a/src/stores/CustomerServices.js b/src/stores/CustomerServices.js index ad4ab8d..c932353 100644 --- a/src/stores/CustomerServices.js +++ b/src/stores/CustomerServices.js @@ -729,7 +729,7 @@ class CustomerServices { this.startDateDiffString = obj.DateDiff1; this.endDateDiffString = obj.DateDiff2; this.selectedCountry = obj.countryArea; - this.selectedTeam = obj.DepartmentList.replace('ALL', ''); + this.selectedTeam = (obj.DepartmentList || '').replace('ALL', ''); this.selectedOrderStatus = obj.orderStatus; }