Commit f1f1fb0261ee3688138b3a0520a2d3465c482987

Authored by Amber Dev
1 parent bbd60612f5

apis for admin on dashboard

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/pages/Dashboard/dashboard.vue
... ... @@ -1125,8 +1125,7 @@ export default {
1125 1125 await this.getparentStudents();
1126 1126 }
1127 1127 this.role = this.$store.state.role;
1128   - // console.log("role", this.$store.state.schoolRole,"tt",this.$store.state.schoolToken);
1129   - // this.getData();
  1128 +
1130 1129 await this.getStudents();
1131 1130 await this.getTeachers();
1132 1131 await this.getParents();
... ...