|
|
|
|
@ -564,7 +564,7 @@ export class WorklistMainComponent implements OnInit {
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.common.setTotalNumberOfWorklistRequest();
|
|
|
|
|
this.nextNotfification();
|
|
|
|
|
}, 2000);
|
|
|
|
|
}, 100);
|
|
|
|
|
} else {
|
|
|
|
|
this.common.redToastPK('worklist', 'save-error');
|
|
|
|
|
}
|
|
|
|
|
@ -1157,7 +1157,7 @@ export class WorklistMainComponent implements OnInit {
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
// this.messageSuccess = false;
|
|
|
|
|
this.nextNotfification();
|
|
|
|
|
}, 1000);
|
|
|
|
|
}, 100);
|
|
|
|
|
// this.nextNotfification();
|
|
|
|
|
} else {
|
|
|
|
|
this.common.redToastPK('worklist', 'save-error');
|
|
|
|
|
|