【修改】 修改报告详情
This commit is contained in:
@@ -122,9 +122,17 @@ export default {
|
||||
path: '/permission/launch',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
isDraft: 1
|
||||
isDraft: 1,
|
||||
}
|
||||
})
|
||||
});break;
|
||||
case '4' :
|
||||
this.$router.push({
|
||||
path: '/reportprocess/launch',
|
||||
query: {
|
||||
id: this.$route.query.id,
|
||||
isDraft: 1
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user