เพิ่มแสดงหมายเหตุในหน้า ลงเวลา

This commit is contained in:
Warunee Tamkoo 2023-11-27 12:16:25 +07:00
parent 38d10dab94
commit c78cc9b0bd
4 changed files with 21 additions and 6 deletions

View file

@ -52,7 +52,9 @@ async function fetchlistHistory(loading = true) {
await http
.get(
config.API.history() +
`?year=${year.value}&page=${page.value}&pageSize=${pageSize.value}&keyword=${filter.value}`
`?year=${year.value}&page=${page.value}&pageSize=${
pageSize.value
}&keyword=${filter.value ? filter.value : ''}`
)
.then(async (res) => {
const data = res.data.result.data