fix bug_7499 (#7739)

Co-authored-by: SbloodyS <sbloodys@qq.com>
This commit is contained in:
xiangzihao 2022-01-04 10:18:57 +08:00 committed by GitHub
parent d9496efc38
commit 70ab2b886f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -532,7 +532,7 @@
this.$router.push({
name: 'task-instance',
query: {
processInstanceId: this.$route.params.code,
processInstanceId: this.instanceId,
taskName: taskName
}
})