【修改】修改bug
This commit is contained in:
@@ -108,12 +108,14 @@ export default {
|
||||
this.$store.commit('setHandleProcess',params)
|
||||
switch (row.prcType) {
|
||||
case '1' :
|
||||
debugger
|
||||
if (row.taskDefinitionKey == 'aid4') {
|
||||
this.$router.push({
|
||||
path: '/permission/launch',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
taskDefinitionKey:row.taskDefinitionKey,
|
||||
prcName: row.prcName
|
||||
}
|
||||
})
|
||||
}else{
|
||||
@@ -121,7 +123,8 @@ export default {
|
||||
path: '/permission/examine',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
taskDefinitionKey:row.taskDefinitionKey,
|
||||
prcName: row.prcName
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user