product filter removed
This commit is contained in:
parent
c22fa3fca3
commit
768977c975
@ -82,7 +82,7 @@ btnaccess:boolean = false;
|
||||
proName:[this.productabbr != 'BL' && this.productabbr != 'LAEP' ? '' : '',Validators.compose([Validators.required])],
|
||||
subProName:[''],
|
||||
customeSeg:[''],
|
||||
pdType:[''],
|
||||
pdType:['1'],
|
||||
loanAmt:[''],
|
||||
// lender_stdcode:[''],
|
||||
// lender_landline:[''],
|
||||
@ -173,7 +173,8 @@ btnaccess:boolean = false;
|
||||
let findIndex = getProductAbbr.indexOf(x);
|
||||
return this.proname.records.products[findIndex];
|
||||
});
|
||||
this.proname = FilteredAbbr.length > 0 ? FilteredAbbr : this.proname.records.products;
|
||||
// this.proname = FilteredAbbr.length > 0 ? FilteredAbbr : this.proname.records.products;
|
||||
this.proname = this.proname.records.products;
|
||||
}
|
||||
else{
|
||||
this.proname = this.proname.records.products;
|
||||
|
||||
@ -50,7 +50,7 @@ export class ConstantsProvider {
|
||||
lenUserPoolId: "ap-south-1_hFiGyr1Gw", // Username
|
||||
lenClientId: "38v9rpp1495v60e1gd14mj6rjr", // ClientName for Mobile
|
||||
}
|
||||
return production;
|
||||
return testing;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user