시리즈 등록 - 크리에이터 -> 장르로 변경

This commit is contained in:
Yu Sung 2024-04-27 04:13:43 +09:00
parent 756e0321f8
commit 4967f4e93e
2 changed files with 2 additions and 2 deletions

View File

@ -458,7 +458,7 @@ export default {
const data = res.data.data const data = res.data.data
this.series_content_list = data.items this.series_content_list = data.items
const total_page = Math.ceil(data.totalCount / 20) const total_page = Math.ceil(data.totalCount / 10)
if (total_page <= 0) if (total_page <= 0)
this.total_page = 1 this.total_page = 1
else else

View File

@ -156,7 +156,7 @@
<v-card-text> <v-card-text>
<v-row align="center"> <v-row align="center">
<v-col cols="4"> <v-col cols="4">
크리에이터 장르
</v-col> </v-col>
<v-col cols="8"> <v-col cols="8">
<v-select <v-select