perf: 优化流程详情页信息查询,减少接口参数和优化查询效率

This commit is contained in:
konbai
2023-02-09 23:15:53 +08:00
parent 558ec6eb69
commit c11c37e59a
8 changed files with 40 additions and 59 deletions

View File

@@ -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
}
})