From d0cc0cb6b4b3d8ae8776fe1ba42842b00cd4fd0f Mon Sep 17 00:00:00 2001 From: yangzifeng <2547435354@qq.com> Date: Mon, 2 Feb 2026 11:06:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=BA=93=E6=92=A4=E9=94=80=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wisdom/move/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wisdom/move/index.vue b/src/views/wisdom/move/index.vue index 9727242..5d3d9d0 100644 --- a/src/views/wisdom/move/index.vue +++ b/src/views/wisdom/move/index.vue @@ -79,6 +79,8 @@ import { listRecord, delMove } from "@/api/wisdom/move"; import {warehouseDict} from "@/api/information/warehouseinfo"; //所属仓库 +const proxy = getCurrentInstance().proxy; + // 显示搜索条件 const showSearch = ref(true);