Commit 02dca9d60170d812a25123410518152cee38f061
1 parent
58f2330d28
Exists in
master
and in
2 other branches
teacher activity event
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/pages/Dashboard/dashboard.vue
... | ... | @@ -436,6 +436,7 @@ |
436 | 436 | v-if="activity.meetingEvent" |
437 | 437 | >{{moment(activity.meetingEvent.dateOfEvent).format("DD MMMM, YYYY")}}</div> |
438 | 438 | <div class="body-2" v-if="activity.meetingEvent">{{activity.meetingEvent.title}}</div> |
439 | + | |
439 | 440 | <div v-if="role == 'TEACHER'"> |
440 | 441 | <div |
441 | 442 | class="grey--text lighten-1 caption" |
... | ... | @@ -988,6 +989,7 @@ export default { |
988 | 989 | this.getFeesAndCollectionsData(); |
989 | 990 | this.getExpensesData(); |
990 | 991 | this.getparentStudents(); |
992 | + this.getMeetingEventes(); | |
991 | 993 | // this.getUsersList(); |
992 | 994 | }, |
993 | 995 | ... | ... |