From db54d00e12673c11646562d6690f02ffa6fea243 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 07 Apr 2025 12:45:40 +0800
Subject: [PATCH] feat: 增加机巢详情列表功能和天气建议

---
 src/views/SignMachineNest/MachineRight/MachineTableDetails/DeviceJob/DeviceJob.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/SignMachineNest/MachineRight/MachineTableDetails/DeviceJob/DeviceJob.vue b/src/views/SignMachineNest/MachineRight/MachineTableDetails/DeviceJob/DeviceJob.vue
index 922d82c..f8fce46 100644
--- a/src/views/SignMachineNest/MachineRight/MachineTableDetails/DeviceJob/DeviceJob.vue
+++ b/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
 }
 

--
Gitblit v1.9.3