From a81b3a3853ebe22383c09133c23e3b8d990b5d16 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Mon, 11 Sep 2023 16:46:56 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20=E0=B8=A7=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88=20inv?= =?UTF-8?q?alid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MainLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;