Commit 0ce7cb4582e0d2c5580797936d35ffec944e95f7

Authored by Amber Dev
1 parent 0a52566000

added events

Showing 1 changed file with 0 additions and 17 deletions   Show diff stats
src/pages/Dashboard/dashboard.vue
... ... @@ -875,23 +875,6 @@ export default {
875 875 classId: classId,
876 876 studentId: parentStudentsId
877 877 });
878   - // this.showLoader = true;
879   - // http()
880   - // .get("/getStudentCourses", {
881   - // params: {
882   - // classId: classId,
883   - // studentId: parentStudentsId
884   - // }
885   - // })
886   - // .then(response => {
887   - // this.courseData = response.data.data;
888   - // console.log("course data - ",this.courseData)
889   - // this.showLoader = false;
890   - // })
891   - // .catch(err => {
892   - // console.log("err====>", err);
893   - // this.showLoader = false;
894   - // });
895 878 },
896 879 getAnnoucementes(classId) {
897 880 this.showLoader = true;
... ...