This commit is contained in:
CarlNation 2026-02-27 13:45:16 -05:00
parent d5ff839f51
commit 0655817a9a

View file

@ -2021,7 +2021,7 @@ export const actions = {
const lineItemsList = flattenedLineItemsWithChildParts
.map((item) => item.partNumber)
.join(",");
const vehicle = context.getters.vehicle;
const carId = vehicle.carId;
const damage = context.getters.damage;