test #56

Merged
klaus merged 14 commits from test into main 2025-02-09 13:25:36 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bcd0ea090c - Show all commits

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 || '수정되었습니다.')
}
},