From 85c8ed2d6a58741827a60bc9cc20f435ee3386aa Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 07 Apr 2025 08:35:17 +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