【修改bug】修改级联显示数据 修改弹窗样式 修改流程已办待办

This commit is contained in:
zhoulingpo
2023-04-27 14:55:37 +08:00
parent fb1bac303b
commit 1b2d472b62
4 changed files with 182 additions and 175 deletions
@@ -124,6 +124,7 @@ export default {
query: {
id: this.$route.query.id,
type:'yiban',
taskDefinitionKey:row.taskDefinitionKey
}
})
}else{
@@ -132,6 +133,7 @@ export default {
query: {
id: this.$route.query.id,
type:'yiban',
taskDefinitionKey:row.taskDefinitionKey
}
})
}
@@ -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
}
})
}