From f1f1fb0261ee3688138b3a0520a2d3465c482987 Mon Sep 17 00:00:00 2001 From: amber Date: Fri, 31 Jul 2020 11:22:21 +0530 Subject: [PATCH] apis for admin on dashboard --- src/pages/Dashboard/dashboard.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/Dashboard/dashboard.vue b/src/pages/Dashboard/dashboard.vue index dd78d80..c40f48f 100644 --- a/src/pages/Dashboard/dashboard.vue +++ b/src/pages/Dashboard/dashboard.vue @@ -1125,8 +1125,7 @@ export default { await this.getparentStudents(); } this.role = this.$store.state.role; - // console.log("role", this.$store.state.schoolRole,"tt",this.$store.state.schoolToken); - // this.getData(); + await this.getStudents(); await this.getTeachers(); await this.getParents(); -- 2.0.0