Update service-location.vue

Mobile fee part null handle for Insurance and mobile service flow
This commit is contained in:
hiteshkumar87 2024-02-20 19:49:20 +05:30
parent 2503a187a2
commit 46fcd3476d

View file

@ -469,7 +469,7 @@ export default {
supportingItems[mobileFeeIndex].sellingPrice = this.mobileFeePart.sellingPrice;
supportingItems[mobileFeeIndex].kitPrice = this.mobileFeePart.kitPrice;
} else {
supportingItems.push(this.mobileFeePart);
if (this.mobileFeePart !== null) supportingItems.push(this.mobileFeePart);
}
this.dispatchStoreAction(