From 89dd4c5d9e0fb01d407818fc598a1925a55f4bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 30 May 2024 11:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E6=8A=A5=E8=A1=A8?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportForm/InventoryBookSummaryWMS_pay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue index e32ed79bd..aec388b56 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue @@ -14,7 +14,7 @@ export default { }, methods:{ openHandle(){ - createNewTabs(reportsAddress.InventoryBookSummaryWMS_pay + '?title=' + this.$route.meta.title) + createNewTabs(reportsAddress.InventoryBookSummaryLocation + '?title=' + this.$route.meta.title) } } }