Compare commits

..

No commits in common. "56ee35ba8b815cbf0a77333526fb307a46fff3ca" and "8683cda9d5117af5b73e0b5cbf16c1a2bcc4de91" have entirely different histories.

View file

@ -174,8 +174,6 @@ async function fetchData() {
checkInStatus: store.convertStatus(e.checkInStatus),
checkOutStatus: store.convertStatus(e.checkOutStatus),
}));
} else {
rows.value = [];
}
})
.catch((e) => {