diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index b874856d6..6ae085dc9 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -99,7 +99,7 @@ const getDataNotification = async () => { ? "เจ้าหน้าที่"[0] : e.createdFullName[0], body: e.body ?? "", - timereceive: new Date(e.createdAt), + timereceive: new Date(e.receiveDate), }); }); notiList.value = list;