무료 추천 시리즈, 새로운 시리즈 - 순서 변경 시 안내메시지('수정되었습니다.') 추가

This commit is contained in:
Yu Sung 2025-02-05 02:09:48 +09:00
parent efd50729f6
commit bcd0ea090c
2 changed files with 2 additions and 2 deletions

View File

@ -418,7 +418,7 @@ export default {
const res = await api.updateRecommendSeriesOrders(ids)
if (res.status === 200 && res.data.success === true) {
this.notifySuccess(res.data.message)
this.notifySuccess(res.data.message || '수정되었습니다.')
}
},

View File

@ -418,7 +418,7 @@ export default {
const res = await api.updateRecommendSeriesOrders(ids)
if (res.status === 200 && res.data.success === true) {
this.notifySuccess(res.data.message)
this.notifySuccess(res.data.message || '수정되었습니다.')
}
},