main
Lei OT 2 months ago
parent 020c9fc3e9
commit 8a0f919a42

@ -729,7 +729,7 @@ class CustomerServices {
this.startDateDiffString = obj.DateDiff1; this.startDateDiffString = obj.DateDiff1;
this.endDateDiffString = obj.DateDiff2; this.endDateDiffString = obj.DateDiff2;
this.selectedCountry = obj.countryArea; this.selectedCountry = obj.countryArea;
this.selectedTeam = obj.DepartmentList.replace('ALL', ''); this.selectedTeam = (obj.DepartmentList || '').replace('ALL', '');
this.selectedOrderStatus = obj.orderStatus; this.selectedOrderStatus = obj.orderStatus;
} }

Loading…
Cancel
Save