Update service-location.vue
Mobile fee part null handle for Insurance and mobile service flow
This commit is contained in:
parent
2503a187a2
commit
46fcd3476d
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue