--- client/views/pages/teacher/RoadMap.vue
+++ client/views/pages/teacher/RoadMap.vue
... | ... | @@ -1563,8 +1563,6 @@ |
1563 | 1563 |
axios.post("/problemBook/registerExist.json", changedProblemList) |
1564 | 1564 |
.then(response => { |
1565 | 1565 |
console.log("Problems updated successfully:", response.data); |
1566 |
- this.fetchRoadmapData(); |
|
1567 |
- alert("학습 로드맵 문제 수정이 완료되었습니다!"); |
|
1568 | 1566 |
}) |
1569 | 1567 |
.catch(error => { |
1570 | 1568 |
console.error("Error during updating problems:", error); |
... | ... | @@ -1572,6 +1570,9 @@ |
1572 | 1570 |
} else { |
1573 | 1571 |
console.log("No changes detected in prblm_id."); |
1574 | 1572 |
} |
1573 |
+ |
|
1574 |
+ alert("학습 로드맵 문제 수정이 완료되었습니다!"); |
|
1575 |
+ this.fetchRoadmapData(); |
|
1575 | 1576 |
}, |
1576 | 1577 |
}, |
1577 | 1578 |
watch: { |
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?