Get all USER api parameter change

This commit is contained in:
Alex beart 2023-01-13 19:35:37 +05:30
parent 140263abd8
commit 6387df7050
2 changed files with 20 additions and 7 deletions

View file

@ -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;