chenyao
2025-12-01 ffdd5553df11611e6864a9bd76789f883df2fa5c
feat:如果工单详情返回任务详情,那么tab栏对应的是关联事件一项
1 files modified
3 ■■■■ changed files
src/subPackages/taskDetail/execution/index.vue 3 ●●●● patch | view | raw | blame | history
src/subPackages/taskDetail/execution/index.vue
@@ -47,7 +47,8 @@
});
onHide(() => {
  isApp.value = false
  // 如果工单详情返回任务详情,那么tab栏对应的是关联事件一项
  // isApp.value = false
});
</script>