From 579c1391b63a9a06fcde05f192f304b5d42b14ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B9=8F?= Date: Tue, 14 Jul 2026 15:59:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E9=A2=84=E8=A7=88=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/module_report/report_generation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/module_report/report_generation/index.vue b/src/views/module_report/report_generation/index.vue index 93f1581..0e5b01d 100644 --- a/src/views/module_report/report_generation/index.vue +++ b/src/views/module_report/report_generation/index.vue @@ -409,7 +409,7 @@ function handleLog(row: GenerationTaskItem) { } function handleViewResult(row: GenerationTaskItem) { - router.push({ path: "/report/generation/preview", query: { id: row.id, report_type: reportType.value } }); + router.push({ path: "/photovoltaic-report/generation/preview", query: { id: row.id, report_type: reportType.value } }); } function handleExecute(row: GenerationTaskItem) {