fixing delegeate function in ITG

enad-pre-live
enadhilal 4 years ago
parent a048198f89
commit ff2f7724a4

@ -177,10 +177,10 @@ export class WorkListReplacementItgComponent implements OnInit {
if (this.selEmp) {
data = this.selEmp;
// this.messageSuccess = true;
this.cs.greenToastPK('worklist', 'save-successfully');
// this.cs.greenToastPK('worklist', 'save-successfully');
} else {
data = null;
this.cs.redToastPK('worklist', 'save-error');
// this.cs.redToastPK('worklist', 'save-error');
}
if (typeof this.callback == 'function') {
this.callback(data);

Loading…
Cancel
Save