fix(timestamp):clear_rowData
This commit is contained in:
parent
ccff49ba38
commit
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