保誠-保戶業務員媒合平台
Mila
2022-01-25 a0bf1695dc0ae47dd3557b3b751512286e3364e7
fixed: 顧問 - 查看紀錄 重新整理後會顯示暫無資料
修改1個檔案
10 ■■■■ 已變更過的檔案
PAMapp/components/NavBar.vue 10 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/NavBar.vue
@@ -142,17 +142,9 @@
    @Watch('$route', {immediate: true})
    onRouterChange() {
        this.getNotificationAndReviewLog();
    }
    private getNotificationAndReviewLog() {
      if (this.isUserLogin) {
        if (this.currentRole) {
        this.storeMyPersonalNotification();
        this.storeMyAppointmentReviewLog();
      }
      if (this.isAdminLogin) {
        this.storeMyPersonalNotification();
      }
    }