This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-11 18:09:26 +07:00
parent efce8f7204
commit 605a5dbf20

View file

@ -91,8 +91,9 @@ async function fetchHistory() {
itemHistory.value = filterData.map((e: OrgRevision) => ({
id: e.orgRevisionId,
name: e.orgRevisionName,
orgRevisionCreatedAt:
e.orgRevisionCreatedAt ?? date2Thai(e.orgRevisionCreatedAt),
orgRevisionCreatedAt: e.orgRevisionCreatedAt
? date2Thai(e.orgRevisionCreatedAt)
: "",
}));
})
.catch((err) => {