【修改bug】修改级联显示数据 修改弹窗样式 修改流程已办待办
This commit is contained in:
@@ -112,14 +112,16 @@ export default {
|
||||
this.$router.push({
|
||||
path: '/permission/launch',
|
||||
query: {
|
||||
id: this.$route.query.id
|
||||
id: this.$route.query.id,
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
}
|
||||
})
|
||||
}else{
|
||||
this.$router.push({
|
||||
path: '/permission/examine',
|
||||
query: {
|
||||
id: this.$route.query.id
|
||||
id: this.$route.query.id,
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user