|
|
@ -408,7 +408,15 @@ export default { |
|
|
|
type: 'error' |
|
|
|
}) |
|
|
|
} else { |
|
|
|
this.temp.scmVehicleGressionVehs = this.vinNoChoice |
|
|
|
if (this.vinNoChoice.length > 0) { |
|
|
|
this.vinNoChoice.forEach((e) => { |
|
|
|
this.temp.scmVehicleGressionVehs.push({ |
|
|
|
vehVin: e.vehVin, |
|
|
|
settlementStatus: e.settlementStatus, |
|
|
|
settlementStatusValue: e.settlementStatusValue |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
this.vinNoVisible = false |
|
|
|
} |
|
|
|
}, |
|
|
|