address : ps
This commit is contained in:
parent
ccd8bda428
commit
edf230f857
@ -147,7 +147,7 @@ export class AddressComponent implements OnInit {
|
|||||||
this.getCityAndPincodeDetails(datas.state, index);
|
this.getCityAndPincodeDetails(datas.state, index);
|
||||||
this.getOtherPincode(datas.pincode, index);
|
this.getOtherPincode(datas.pincode, index);
|
||||||
let selectedAddressType = this.addressData.filter(element => element.address_type_id == datas.address_type)[0];
|
let selectedAddressType = this.addressData.filter(element => element.address_type_id == datas.address_type)[0];
|
||||||
if(selectedAddressType.address_type){
|
if(selectedAddressType){
|
||||||
this.selectedAddressType(selectedAddressType.address_type, index);
|
this.selectedAddressType(selectedAddressType.address_type, index);
|
||||||
}
|
}
|
||||||
if (datas.address_type == 1) {
|
if (datas.address_type == 1) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user