|
|
|
|
@ -301,7 +301,10 @@ export class WorkListMainItgComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}, this.ts.trPK('general', 'ok'),
|
|
|
|
|
() => { this.actionSelected = '' }, this.ts.trPK('general', 'cancel'),
|
|
|
|
|
() => {
|
|
|
|
|
this.actionSelected = '';
|
|
|
|
|
this.common.sharedService.setSharedData(true, 'loadWorkList');
|
|
|
|
|
}, this.ts.trPK('general', 'cancel'),
|
|
|
|
|
this.ts.trPK('vacation-rule', 'confirmation'),
|
|
|
|
|
this.confirmMsg(action));
|
|
|
|
|
|
|
|
|
|
|