From 92b6d45b315ce11eb6c26889d5a4b6feb71348cc Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期二, 24 十二月 2024 17:41:25 +0800
Subject: [PATCH] 优化
---
src/views/projectProcess/detail/index.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/projectProcess/detail/index.vue b/src/views/projectProcess/detail/index.vue
index c21ec20..352f65f 100644
--- a/src/views/projectProcess/detail/index.vue
+++ b/src/views/projectProcess/detail/index.vue
@@ -131,6 +131,7 @@
}
},
mounted() {
+ console.log(this.$route.query, "鍙傛暟")
this.queryParams.projectId = this.$route.query.projectId
this.queryParams.processDefId = this.$route.query.processDefId
this.loading = true
@@ -167,7 +168,8 @@
procDefId: row.processDefId,
processName: row.taskName,
taskId: row.taskId,
- showAuditing: res.data
+ showAuditing: res.data,
+ goBackParams: this.queryParams
}
})
})
@@ -177,7 +179,8 @@
query: {
procInsId: row.processInsId,
deployId: row.deployId,
- taskId: row.taskId
+ taskId: row.taskId,
+ goBackParams: this.queryParams
}})
},
search() {
--
Gitblit v1.8.0