|
|
|
@ -409,7 +409,7 @@ function handleLog(row: GenerationTaskItem) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function handleViewResult(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) {
|
|
|
|
function handleExecute(row: GenerationTaskItem) {
|
|
|
|
|