| src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue | ●●●●● patch | view | raw | blame | history |
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -173,7 +173,7 @@ rowData.value = row ? row : {} if (row.device_sns.length > 1 && (row.status === 2 || row.status === 1)) { const adminUrl = `${import.meta.env.VITE_APP_AREA_NAME}/command-center-dashboard/#/clusterScheduling` const targetPath = `taskNo=${encodeURIComponent(rowData.value.job_info_num)}}` const targetPath = `taskNo=${encodeURIComponent(rowData.value.job_info_num)}` window.open(`${adminUrl}?${targetPath}`, '_blank') return }