오디션 배역 상세 페이지 추가
This commit is contained in:
@@ -540,6 +540,15 @@ export default {
|
||||
},
|
||||
|
||||
selectAuditionRole(auditionRole) {
|
||||
this.$router.push(
|
||||
{
|
||||
name: 'AuditionRoleDetailView',
|
||||
params: {
|
||||
audition_role_id: auditionRole.id,
|
||||
audition_title: this.audition_title
|
||||
}
|
||||
}
|
||||
)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user