시리즈 리스트 페이지 추가
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import Vue from 'vue';
|
||||
|
||||
async function getAudioContentSeriesList(page) {
|
||||
return Vue.axios.get("/admin/audio-content/series?page=" + (page - 1) + "&size=10");
|
||||
}
|
||||
|
||||
async function getAudioContentSeriesGenreList() {
|
||||
return Vue.axios.get('/admin/audio-content/series/genre');
|
||||
}
|
||||
@@ -17,6 +21,7 @@ async function updateAudioContentSeriesGenreOrders(ids) {
|
||||
}
|
||||
|
||||
export {
|
||||
getAudioContentSeriesList,
|
||||
getAudioContentSeriesGenreList,
|
||||
createAudioContentSeriesGenre,
|
||||
updateAudioContentSeriesGenre,
|
||||
|
Reference in New Issue
Block a user