| | |
| | | if (row.device_sns.length !== 1) return ElMessage.success('即将跳转到集群调度') |
| | | rowData.value = row ? row : {} |
| | | if (row.status === 2 || row.status === 1) { |
| | | isShowCurrentTaskDetails.value = true |
| | | // isShowCurrentTaskDetails.value = true |
| | | // 跳转大屏当前任务详情 |
| | | const adminUrl = import.meta.env.VITE_APP_BIGSCREEN_URL |
| | | const adminUrl = `${import.meta.env.VITE_APP_AREA_NAME}/command-center-dashboard/` |
| | | const targetPath = `/taskManage?id=${item.id}&batchNo=${item.batch_no}` |
| | | window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank') |
| | | } else { |