【修改】修改所有节点名
This commit is contained in:
@@ -109,7 +109,7 @@ export default {
|
||||
switch (row.prcType) {
|
||||
case '1' :
|
||||
debugger
|
||||
if (row.taskDefinitionKey == 'aid4') {
|
||||
if (row.taskDefinitionKey == 'reEdit') {
|
||||
this.$router.push({
|
||||
path: '/permission/launch',
|
||||
query: {
|
||||
@@ -127,7 +127,27 @@ export default {
|
||||
prcName: row.prcName
|
||||
}
|
||||
})
|
||||
}
|
||||
};break;
|
||||
case '2' :
|
||||
if (row.taskDefinitionKey == 'start' || row.taskDefinitionKey == 'reEdit') {
|
||||
this.$router.push({
|
||||
path: '/reportprocess/launch',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
prcName: row.prcName,
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
}
|
||||
})
|
||||
}else{
|
||||
this.$router.push({
|
||||
path: '/reportprocess/examine',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
prcName: row.prcName,
|
||||
taskDefinitionKey:row.taskDefinitionKey
|
||||
}
|
||||
})
|
||||
};break;
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user