Compare commits
2 commits
8683cda9d5
...
56ee35ba8b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56ee35ba8b | ||
|
|
4a0d38104c |
1 changed files with 2 additions and 0 deletions
|
|
@ -174,6 +174,8 @@ async function fetchData() {
|
|||
checkInStatus: store.convertStatus(e.checkInStatus),
|
||||
checkOutStatus: store.convertStatus(e.checkOutStatus),
|
||||
}));
|
||||
} else {
|
||||
rows.value = [];
|
||||
}
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue