
--- client/views/pages/ctgry/CategoryManagement.vue
+++ client/views/pages/ctgry/CategoryManagement.vue
... | ... | @@ -243,7 +243,7 @@ |
243 | 243 |
if (confirm("카테고리 등록을 하시겠습니까?")) { |
244 | 244 |
try { |
245 | 245 |
const response = await saveCategory(this.selectedCategory); |
246 |
- if (response.data.result) { // 성공 여부 체크 |
|
246 |
+ if (response.status === 200) { // 성공 여부 체크 |
|
247 | 247 |
alert("등록되었습니다."); |
248 | 248 |
window.location.reload(); |
249 | 249 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?