fuliqi
2024-12-26 5b5a3ec32e479b6c43822fd0192cde6e2f3b31e5
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() {