From 57295febd254991c01eff2345ba293b89287689d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 10 七月 2026 16:07:07 +0800
Subject: [PATCH] 银川 1.仓储物流页面开发、联调 2.项目配置修改
---
src/views/wls/warehouse/location/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/wls/warehouse/location/index.vue b/src/views/wls/warehouse/location/index.vue
index 9de6261..e956665 100644
--- a/src/views/wls/warehouse/location/index.vue
+++ b/src/views/wls/warehouse/location/index.vue
@@ -22,6 +22,8 @@
import { useGridColumns, useGridFormSchema } from './data';
import Form from './modules/form.vue';
+defineOptions({ name: 'WlsLocation' });
+
const route = useRoute();
const router = useRouter();
@@ -99,7 +101,7 @@
/** 璺宠浆搴撲綅鍒楄〃 */
function handleOpenArea(row: MesWmWarehouseLocationApi.WarehouseLocation) {
router.push({
- name: 'WlsArea',
+ path: '/wls/area',
query: { locationId: String(row.id) },
});
}
--
Gitblit v1.9.3