PAMapp/components/NavBar.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/components/NavBar.vue
@@ -142,18 +142,10 @@ @Watch('$route', {immediate: true}) onRouterChange() { this.getNotificationAndReviewLog(); } private getNotificationAndReviewLog() { if (this.isUserLogin) { this.storeMyPersonalNotification(); this.storeMyAppointmentReviewLog(); } if (this.isAdminLogin) { this.storeMyPersonalNotification(); } if (this.currentRole) { this.storeMyPersonalNotification(); this.storeMyAppointmentReviewLog(); } } //////////////////////////////////////////////////////////////////////