add:加载载具图片
This commit is contained in:
@@ -160,7 +160,7 @@ export default {
|
|||||||
},
|
},
|
||||||
toView(vehicle) {
|
toView(vehicle) {
|
||||||
this.showModal = true
|
this.showModal = true
|
||||||
crudStructivt.imageLoad('110').then(response => {
|
crudStructivt.imageLoad('vehicle').then(response => {
|
||||||
const blob = new Blob([response]) // 尽可能根据响应头确定类型
|
const blob = new Blob([response]) // 尽可能根据响应头确定类型
|
||||||
this.imageUrl = URL.createObjectURL(blob)
|
this.imageUrl = URL.createObjectURL(blob)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user