CSR-111 Tested with dynamic values
This commit is contained in:
parent
e6dfb8a25f
commit
5f3f647fb8
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@ export default {
|
||||||
for (let partOrQuestion of partsOrQuestions) {
|
for (let partOrQuestion of partsOrQuestions) {
|
||||||
if (this.hasCapabilityQuestions([partOrQuestion])) {
|
if (this.hasCapabilityQuestions([partOrQuestion])) {
|
||||||
let capabilityQuestionsForGlassLocation = (await baseMixin.methods.dispatchStoreAction(storeActions.GET_CAPABILITY_QUESTIONS, {
|
let capabilityQuestionsForGlassLocation = (await baseMixin.methods.dispatchStoreAction(storeActions.GET_CAPABILITY_QUESTIONS, {
|
||||||
carId: "CR00064847", // store.getters.vehicle.carId,
|
carId: store.getters.vehicle.carId,
|
||||||
partNumber: "DW01929GBYN" // glassLocationWithCapabilityQuestion.parts[0].partNumber
|
partNumber: partOrQuestion.parts[0].partNumber
|
||||||
})).data;
|
})).data;
|
||||||
|
|
||||||
capabilityQuestionsForGlassLocation.forEach(question => {
|
capabilityQuestionsForGlassLocation.forEach(question => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue