perf: 优化流程详情页信息查询,减少接口参数和优化查询效率
This commit is contained in:
@@ -143,10 +143,8 @@ export default {
|
||||
this.$router.push({
|
||||
path: '/workflow/process/detail/' + row.procInsId,
|
||||
query: {
|
||||
definitionId: row.procDefId,
|
||||
deployId: row.deployId,
|
||||
taskId: row.taskId,
|
||||
finished: true
|
||||
processed: true
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user