@@ -392,6 +392,8 @@ export class MESMSVComponent implements OnInit {
);
this.formDirective.resetForm();
+ this.otro_usuario?.setValue(false);
+ this.numero_empleado?.setValue(this._encService.desencriptar(this.usuario_session.IDUSUARIO.toString()));
}
openDialog() {