From e3c2cd23253f3501be7d31e03955fbb6f4aa3556 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 15 May 2026 16:30:04 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v9.0/9.0.4' into prod
---
src/subPackages/taskDetail/execution/index.vue | 13 +------------
1 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/src/subPackages/taskDetail/execution/index.vue b/src/subPackages/taskDetail/execution/index.vue
index 8a11578..201e281 100644
--- a/src/subPackages/taskDetail/execution/index.vue
+++ b/src/subPackages/taskDetail/execution/index.vue
@@ -10,17 +10,7 @@
const wayLineJobInfoId = ref(null)
const viewUrl = ref('')
-// const viewUrl = ref(getWebViewUrl('/execution'))
-// function onPostMessage(data) {
-// console.log(data, '9999')
-// if (data.type === 'taskDetails'){
-// console.log('4444')
-// uni.switchTab({
-// url: '/subPackages/taskDetail/execution/index'
-// });
-// }
-// }
function onPostMessage(data) {
if (data.type === 'back') {
uni.switchTab({
@@ -47,8 +37,7 @@
});
onHide(() => {
- // 如果工单详情返回任务详情,那么tab栏对应的是关联事件一项
- // isApp.value = false
+
});
</script>
--
Gitblit v1.9.3