From 649f78a9f068e7e6ea7408f1f39a9e0a46d09048 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 03 Apr 2025 17:30:04 +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