img
This commit is contained in:
@@ -392,7 +392,7 @@ export default {
|
|||||||
crudProduceScreen.fabMaterial({ vehicle_code: this.currentRow.vehicle_code }).then(res => {
|
crudProduceScreen.fabMaterial({ vehicle_code: this.currentRow.vehicle_code }).then(res => {
|
||||||
this.popSecList = [...res]
|
this.popSecList = [...res]
|
||||||
if (res.length > 0) {
|
if (res.length > 0) {
|
||||||
this.imgSrc = '//images.weserv.nl/?url=' + res[0].vehicle_path
|
this.imgSrc = res[0].vehicle_path
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user