diff --git a/wms/nladmin-ui/src/views/wms/statement/structivt/index.vue b/wms/nladmin-ui/src/views/wms/statement/structivt/index.vue index f4364c3..4e318f1 100644 --- a/wms/nladmin-ui/src/views/wms/statement/structivt/index.vue +++ b/wms/nladmin-ui/src/views/wms/statement/structivt/index.vue @@ -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) }