【修改】修改bug

This commit is contained in:
zhoulingpo
2023-04-28 11:41:17 +08:00
parent 6499712caf
commit 83acaf9dc9
8 changed files with 64 additions and 21 deletions
@@ -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
}
})
}