add:加载载具图片

This commit is contained in:
zhangzq
2025-09-18 16:03:30 +08:00
parent 6821240f1c
commit 6c10720ea8

View File

@@ -160,7 +160,7 @@ export default {
},
toView(vehicle) {
this.showModal = true
crudStructivt.imageLoad('110').then(response => {
crudStructivt.imageLoad('vehicle').then(response => {
const blob = new Blob([response]) // 尽可能根据响应头确定类型
this.imageUrl = URL.createObjectURL(blob)
}