dajeong
08-08
240808 정다정 query의 반 아이디 변수 선언
@4e2ec9a918b184f751a18eb9303f81bb7d89c3f4
--- client/views/pages/teacher/ClassDetail.vue
+++ client/views/pages/teacher/ClassDetail.vue
... | ... | @@ -105,7 +105,10 @@ |
105 | 105 |
mdiMagnify: mdiMagnify, |
106 | 106 |
mdilArrowRight: mdilArrowRight, |
107 | 107 |
timer: "00:00", |
108 |
- progress: 20 |
|
108 |
+ progress: 20, |
|
109 |
+ |
|
110 |
+ // 교사 홈페이지에서 쿼리 파라미터로부터 전달받은 선택된 반의 아이디 |
|
111 |
+ selectedClassId : this.$route.query.sclsId |
|
109 | 112 |
} |
110 | 113 |
}, |
111 | 114 |
methods: { |
... | ... | @@ -144,6 +147,7 @@ |
144 | 147 |
}, |
145 | 148 |
mounted() { |
146 | 149 |
console.log('Main2 mounted'); |
150 |
+ //console.log(`반 페이지 sclsId(반 아이디) 확인 : ${this.selectedClassId}`); |
|
147 | 151 |
} |
148 | 152 |
} |
149 | 153 |
</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?