--- client/views/pages/teacher/QuestionDetail.vue
+++ client/views/pages/teacher/QuestionDetail.vue
... | ... | @@ -428,6 +428,8 @@ |
428 | 428 |
const problemDetails = await this.prepareProblemDetails(); |
429 | 429 |
await this.submitDetailForm(problemDetails); |
430 | 430 |
|
431 |
+ alert('문제가 성공적으로 수정되었습니다.'); |
|
432 |
+ |
|
431 | 433 |
this.goToPage('QuestionList'); |
432 | 434 |
|
433 | 435 |
} catch (error) { |
--- client/views/pages/teacher/VocaDetail.vue
+++ client/views/pages/teacher/VocaDetail.vue
... | ... | @@ -393,7 +393,7 @@ |
393 | 393 |
console.log('삭제 응답:', deleteResponse); |
394 | 394 |
} |
395 | 395 |
|
396 |
- alert('단어장이 성공적으로 등록되었습니다.'); |
|
396 |
+ alert('단어장이 성공적으로 수정되었습니다.'); |
|
397 | 397 |
vm.goToPage('VocaList'); |
398 | 398 |
} catch (error) { |
399 | 399 |
console.error('단어장 등록 중 오류 발생:', error); |
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?