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) {