Get all USER api parameter change
This commit is contained in:
parent
140263abd8
commit
6387df7050
2 changed files with 20 additions and 7 deletions
|
|
@ -725,7 +725,7 @@ showFieldsDealer:boolean=false;
|
|||
passDealer = this.useridd;
|
||||
}
|
||||
console.log(passDealer);
|
||||
this.contactService.getContactsbyDealer(passDealer)
|
||||
this.contactService.getContactsbyDealer(passDealer,true)
|
||||
.subscribe(res=>{
|
||||
console.log("Alluserobject",res);
|
||||
this.costumers = res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue