Przeglądaj źródła

Modificaciones en MESMSV

JeanBenitez 3 lat temu
rodzic
commit
1e049acb0c

+ 2 - 0
vacaciones/src/app/components/mes/mesmsv/mesmsv.component.ts

@@ -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() {