woals
08-23
240823 권민수 로그인된 학생의 오답노트 불러오기
@2bb366a45e823c9e135a6a5aaea019947a0ccc9a
--- client/views/pages/main/PreviewNote.vue
+++ client/views/pages/main/PreviewNote.vue
... | ... | @@ -63,6 +63,11 @@ |
63 | 63 |
} |
64 | 64 |
}, |
65 | 65 |
methods: { |
66 |
+ pageSetting() { |
|
67 |
+ this.currentStdId = this.$store.getters.getUserInfo.userId; |
|
68 |
+ |
|
69 |
+ this.fetchWrongAnswerNotes(); |
|
70 |
+ }, |
|
66 | 71 |
|
67 | 72 |
// 오답노트 상세 보기 버튼 클릭 |
68 | 73 |
viewDetail(prblm) { |
... | ... | @@ -138,8 +143,8 @@ |
138 | 143 |
}, |
139 | 144 |
mounted() { |
140 | 145 |
console.log('PreviewNote mounted'); |
146 |
+ this.pageSetting(); |
|
141 | 147 |
this.fetchUnitDetail(); |
142 |
- this.fetchWrongAnswerNotes(); |
|
143 | 148 |
} |
144 | 149 |
} |
145 | 150 |
</script> |
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?