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) {