fix: 流程详情页与流程发起页修改为动态路由,解决页面数据不刷新与刷新转圈的问题

This commit is contained in:
konbai
2022-11-27 15:16:44 +08:00
parent 76ed6b4cc5
commit 0d8d7c5e63
8 changed files with 39 additions and 44 deletions

View File

@@ -155,10 +155,9 @@ export default {
},
handleStart(row) {
this.$router.push({
path: '/work/start',
path: '/workflow/process/start/' + row.deploymentId,
query: {
definitionId: row.definitionId,
deployId: row.deploymentId,
}
})
},