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