张含笑
2025-12-26 0d5f130e501876cb5d46b91f11c705642687acfe
feat:app事件工单优化
3 files modified
9 ■■■■■ changed files
src/pages/work/index.vue 6 ●●●● patch | view | raw | blame | history
src/subPackages/taskDetail/execution/index.vue 2 ●●● patch | view | raw | blame | history
src/subPackages/workDetail/index.vue 1 ●●●● patch | view | raw | blame | history
src/pages/work/index.vue
@@ -4,8 +4,8 @@
 * @LastEditors  : yuan
 * @LastEditTime : 2025-12-20 14:18:42
 * @FilePath     : \src\pages\work\index.vue
 * @Description  :
 * Copyright 2025 OBKoro1, All Rights Reserved.
 * @Description  :
 * Copyright 2025 OBKoro1, All Rights Reserved.
 * 2025-12-18 10:06:30
-->
<template>
@@ -56,7 +56,7 @@
    });
  } else if (data.type === "workid") {
    uni.navigateTo({
      url: `/subPackages/workDetail/index?eventNum=${data.eventNum}&totalNum=${data.totalNum}&keyword=${data.keyword}&aiType=${data.aiType}&status=${data.status}`,
      url: `/subPackages/workDetail/index?eventNum=${data.eventNum}&totalNum=${data.totalNum}&keyword=${data.keyword}&aiType=${data.aiType}&status=${data.status}&current=${data.current}`,
    });
  } else if (data.type === "bigImage") {
    uni.navigateTo({
src/subPackages/taskDetail/execution/index.vue
@@ -32,7 +32,7 @@
    });
  } else if(data.type === 'workid') {
    uni.navigateTo({
      url: `/subPackages/workDetail/index?eventNum=${data.eventNum}&wLJobInfoId=${data.wLJobInfoId}`
      url: `/subPackages/workDetail/index?eventNum=${data.eventNum}&wLJobInfoId=${data.wLJobInfoId}&current=${data.current}`
    });
  }
}
src/subPackages/workDetail/index.vue
@@ -26,6 +26,7 @@
    aiType: options.aiType,
    wLJobInfoId: options.wLJobInfoId,
    status: options.status,
    current: options.current,
  });
});