From 6c10720ea80566cc2ad9aa40d20829779fab8347 Mon Sep 17 00:00:00 2001 From: zhangzq Date: Thu, 18 Sep 2025 16:03:30 +0800 Subject: [PATCH] =?UTF-8?q?add:=E5=8A=A0=E8=BD=BD=E8=BD=BD=E5=85=B7?= =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/nladmin-ui/src/views/wms/statement/structivt/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }