From 131b130f8faa1d4fb2e8b0a00bf6499d0cd99e0d Mon Sep 17 00:00:00 2001 From: liuxy Date: Thu, 18 Dec 2025 16:51:15 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E8=8E=B7=E5=8F=96=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=BF=AE=E6=94=B9?= 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 78c9720..6fc655a 100644 --- a/wms/nladmin-ui/src/views/wms/statement/structivt/index.vue +++ b/wms/nladmin-ui/src/views/wms/statement/structivt/index.vue @@ -170,11 +170,11 @@ export default { this.crud.toQuery() }, toView(vehicle) { - this.showModal = true crudStructivt.imageLoad(vehicle).then(response => { const blob = new Blob([response]) // 尽可能根据响应头确定类型 this.imageUrl = URL.createObjectURL(blob) - } + this.showModal = true + } ) }, sectQueryChange(val) {