nuevas vistas

This commit is contained in:
matias mella
2021-07-27 00:00:36 -04:00
parent 173962f836
commit a1585c597b
28 changed files with 22263 additions and 115 deletions

View File

@@ -10,6 +10,9 @@ import {RestaurantesService} from "../../restaurantes.service";
export class AgregarUsuarioComponent implements OnInit {
usuarios: any;
idSelect:any;
nombreSelect:any;
agreU={
nombre:null,
@@ -44,6 +47,14 @@ export class AgregarUsuarioComponent implements OnInit {
}
modificarUsu(id:any){
this.restaurantServ.moficiarUsu(id,this.modi).subscribe();
}
modificarModelUsuario(id:any,nombre:any){
this.idSelect=id;
this.nombreSelect=nombre;
}
}