Merge branch 'develop' into dev-tee
This commit is contained in:
commit
8a42bf96cb
3 changed files with 14 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue