From f8b235303f0e1dcb43212deab2ee2f50ef724533 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 04 Dec 2025 10:12:08 +0800
Subject: [PATCH] feat: jod改为job

---
 src/subPackages/taskDetail/execution/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/subPackages/taskDetail/execution/index.vue b/src/subPackages/taskDetail/execution/index.vue
index 212e5d4..dcf2d93 100644
--- a/src/subPackages/taskDetail/execution/index.vue
+++ b/src/subPackages/taskDetail/execution/index.vue
@@ -8,7 +8,7 @@
 import WebViewPlus from "@/components/WebViewPlus.vue";
 import {getWebViewUrl} from "@/utils/index.js";
 
-const wayLineJodInfoId = ref(null)
+const wayLineJobInfoId = ref(null)
 const viewUrl = ref('')
 // const viewUrl = ref(getWebViewUrl('/execution'))
 
@@ -28,7 +28,7 @@
     });
   } else if (data.type === 'control') {
     uni.redirectTo({
-      url: `/pages/inspectionTask/execution/index?wayLineJodInfoId=${wayLineJodInfoId.value}`
+      url: `/pages/inspectionTask/execution/index?wayLineJobInfoId=${wayLineJobInfoId.value}`
     });
   } else if(data.type === 'workid') {
     uni.navigateTo({
@@ -38,8 +38,8 @@
 }
 
 onLoad((options) => {
-  wayLineJodInfoId.value = options.wayLineJodInfoId
-  viewUrl.value = getWebViewUrl('/execution', {wayLineJodInfoId: wayLineJodInfoId.value})
+  wayLineJobInfoId.value = options.wayLineJobInfoId
+  viewUrl.value = getWebViewUrl('/execution', {wayLineJobInfoId: wayLineJobInfoId.value})
 })
 const isApp = ref(false)
 onShow(() => {

--
Gitblit v1.9.3