แก้ไข วันที่ invalid

This commit is contained in:
AnandaTon 2023-09-11 16:46:56 +07:00
parent 9d6b1ded6d
commit a81b3a3853

View file

@ -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;