Merge branch 'develop' into dev-tee

This commit is contained in:
setthawutttty 2023-09-11 17:16:53 +07:00
commit 8a42bf96cb
3 changed files with 14 additions and 7 deletions

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;