|
|
|
|
@ -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);
|
|
|
|
|
|