Update quote.vue
This commit is contained in:
parent
7cbe82eb57
commit
0bd18550df
1 changed files with 2 additions and 1 deletions
|
|
@ -170,8 +170,9 @@ export default {
|
|||
null,
|
||||
"quote"
|
||||
);
|
||||
if (servicePackageDiscountPartResponse.data)
|
||||
if (servicePackageDiscountPartResponse.data) {
|
||||
servicePackageDiscountPart.push(servicePackageDiscountPartResponse.data);
|
||||
}
|
||||
}
|
||||
const availableLineItems = [
|
||||
resultMap.rainDefense,
|
||||
|
|
|
|||
Loading…
Reference in a new issue