fixed userinfo issue

SRCA_DEV
umasoodch 3 years ago
parent 68437cc7e3
commit c10c30efbc

@ -113,7 +113,7 @@ button.actionBtn.button.button {
width: 22px; width: 22px;
height: 22px; height: 22px;
display: inline-block; display: inline-block;
margin: 0px 5px 0px 5px; margin: 0px 10px 0px 5px;
} }
.deligate { .deligate {

@ -264,7 +264,7 @@ export class WorklistMainComponent implements OnInit {
this.WorkListSubmitterInfoObj.P_SEARCH_EMPLOYEE_DISPLAY_NAME = ""; this.WorkListSubmitterInfoObj.P_SEARCH_EMPLOYEE_DISPLAY_NAME = "";
this.WorkListSubmitterInfoObj.P_SEARCH_USER_NAME = ""; this.WorkListSubmitterInfoObj.P_SEARCH_USER_NAME = "";
this.getsubmitterInfo(this.WorkListSubmitterInfoObj); // this.getsubmitterInfo(this.WorkListSubmitterInfoObj);
this.getNotificationButtons(this.WorkListButtonsObj); this.getNotificationButtons(this.WorkListButtonsObj);

Loading…
Cancel
Save