|
|
@ -392,7 +392,7 @@ export default { |
|
|
|
crudProduceScreen.fabMaterial({ vehicle_code: this.currentRow.vehicle_code }).then(res => { |
|
|
|
this.popSecList = [...res] |
|
|
|
if (res.length > 0) { |
|
|
|
this.imgSrc = '//images.weserv.nl/?url=' + res[0].vehicle_path |
|
|
|
this.imgSrc = res[0].vehicle_path |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|