test #56
@@ -418,7 +418,7 @@ export default {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      const res = await api.updateRecommendSeriesOrders(ids)
 | 
					      const res = await api.updateRecommendSeriesOrders(ids)
 | 
				
			||||||
      if (res.status === 200 && res.data.success === true) {
 | 
					      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)
 | 
					      const res = await api.updateRecommendSeriesOrders(ids)
 | 
				
			||||||
      if (res.status === 200 && res.data.success === true) {
 | 
					      if (res.status === 200 && res.data.success === true) {
 | 
				
			||||||
        this.notifySuccess(res.data.message)
 | 
					        this.notifySuccess(res.data.message || '수정되었습니다.')
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user