무료 추천 시리즈, 새로운 시리즈 - 순서 변경 시 안내메시지('수정되었습니다.') 추가
This commit is contained in:
parent
efd50729f6
commit
bcd0ea090c
|
@ -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 || '수정되었습니다.')
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -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 || '수정되었습니다.')
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue