add:库存查询增加合计功能

This commit is contained in:
2025-12-16 20:00:20 +08:00
parent 8922ae4a46
commit 67e8d2ab15
4 changed files with 64 additions and 2 deletions

View File

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