test #56
|
@ -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