无人机管理后台前端(已迁走)
chenyao
2025-09-11 a06873cdf7cdd472a2dc7f96596647b0965e30d9
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -169,7 +169,6 @@
const jobId = ref('')
const handleDetail = row => {
   if (!row.device_sns.length) return ElMessage.warning('没有device_sns')
   // if (row.device_sns.length !== 1) return ElMessage.success('即将跳转到集群调度')
   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`