From 0ce7cb4582e0d2c5580797936d35ffec944e95f7 Mon Sep 17 00:00:00 2001 From: Amber Dev Date: Sat, 11 Jul 2020 18:16:32 +0530 Subject: [PATCH] added events --- src/pages/Dashboard/dashboard.vue | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/pages/Dashboard/dashboard.vue b/src/pages/Dashboard/dashboard.vue index 04bca67..5338d33 100644 --- a/src/pages/Dashboard/dashboard.vue +++ b/src/pages/Dashboard/dashboard.vue @@ -875,23 +875,6 @@ export default { classId: classId, studentId: parentStudentsId }); - // this.showLoader = true; - // http() - // .get("/getStudentCourses", { - // params: { - // classId: classId, - // studentId: parentStudentsId - // } - // }) - // .then(response => { - // this.courseData = response.data.data; - // console.log("course data - ",this.courseData) - // this.showLoader = false; - // }) - // .catch(err => { - // console.log("err====>", err); - // this.showLoader = false; - // }); }, getAnnoucementes(classId) { this.showLoader = true; -- 2.0.0