forked from drone/command-center-dashboard

罗广辉
2025-04-03 649f78a9f068e7e6ea7408f1f39a9e0a46d09048
src/views/SignMachineNest/MachineRight/MachineTableDetails/DeviceJob/DeviceJob.vue
@@ -47,10 +47,10 @@
const device_sn = computed(() => store.state.home.singleUavHome.device_sn)
const total = ref(0)
const deviceJobDetailsShow = ref(false)
const jobId = ref(null)
provide('jobId', jobId)
const wayLineJodInfoId = ref(null)
provide('wayLineJodInfoId', wayLineJodInfoId)
const viewJob = (row) => {
  jobId.value = row.id
  wayLineJodInfoId.value = row.id
  deviceJobDetailsShow.value = true
}