오디션 배역 상세 페이지 추가

This commit is contained in:
Yu Sung
2024-12-28 05:31:22 +09:00
parent 4b9259c525
commit a0a80bf626
3 changed files with 248 additions and 0 deletions

View File

@@ -540,6 +540,15 @@ export default {
},
selectAuditionRole(auditionRole) {
this.$router.push(
{
name: 'AuditionRoleDetailView',
params: {
audition_role_id: auditionRole.id,
audition_title: this.audition_title
}
}
)
},
},
}