This commit is contained in:
2025-01-21 15:35:02 +08:00
parent 9d3244fb50
commit 858504acd7

View File

@@ -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
}
})
}