From 0209d0bda6578dac2d527fb38524af17cff961e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Mon, 10 Jul 2023 17:21:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E9=93=BE=E6=8E=A5=E4=BC=A0?= =?UTF-8?q?=E9=80=92title=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activeReportManage/reportForm/unplannedReceiptSummary.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/PC/src/views/activeReportManage/reportForm/unplannedReceiptSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/unplannedReceiptSummary.vue index 00f5ef112..fb32c4f35 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/unplannedReceiptSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/unplannedReceiptSummary.vue @@ -14,7 +14,7 @@ export default { }, methods:{ openHandle(){ - createNewTabs(reportsAddress.UnPlannedReceiptSummary) + createNewTabs(reportsAddress.UnPlannedReceiptSummary + '?title=' + this.$route.meta.title) } } }