PAMapp/pages/notification/index.vue
@@ -83,7 +83,7 @@ showNotification = false; readNotification(index?: number): void { const targetNotification = this.notificationList[index]; const targetNotification = index ? this.notificationList[index] : false; const readNotifaction = (notification: NotificationIF) => notification.hasRead = true; // 定義 變數 = ( 參數 : 型別 ) if (targetNotification) {