fixing search by name in itg

MOHEMM-HUAWEI-RELEASE
enadhilal 4 years ago
parent 23dc5814ef
commit c8c7c88af7

@ -100,6 +100,12 @@ export class WorkListReplacementItgComponent implements OnInit {
this.P_SEARCH_EMPLOYEE_DISPLAY_NAME = "";
break;
}
case '5': {
this.P_SEARCH_EMAIL_ADDRESS = "";
this.P_SEARCH_USER_NAME = "";
this.P_SEARCH_EMPLOYEE_DISPLAY_NAME = this.searchKey;
break;
}
default: {
this.P_SEARCH_USER_NAME = "";
this.P_SEARCH_EMPLOYEE_DISPLAY_NAME = "";

Loading…
Cancel
Save