fix: 流程详情页与流程发起页修改为动态路由,解决页面数据不刷新与刷新转圈的问题
This commit is contained in:
@@ -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,
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user