Merge branch 'develop' into dev

* develop:
  fix:reset rows
This commit is contained in:
Warunee Tamkoo 2026-01-11 21:44:30 +07:00
commit d9687c2d09
2 changed files with 4 additions and 0 deletions

View file

@ -177,6 +177,8 @@ async function fetchListTimeRecord() {
? workStore.convertSatatus(e.checkOutStatus)
: "-",
}));
} else {
rows.value = [];
}
})
.catch((err) => {

View file

@ -143,6 +143,8 @@ async function fetchListLogRecord() {
checkOutLat: e.checkOutLat ? e.checkOutLat : "",
checkOutLon: e.checkOutLon ? e.checkOutLon : "",
}));
} else {
rows.value = [];
}
})
.catch((err) => {