แก้ API

This commit is contained in:
STW_TTTY\stwtt 2024-08-29 14:37:53 +07:00
parent 88016802b4
commit c2ae110e49
3 changed files with 15 additions and 3 deletions

View file

@ -144,7 +144,7 @@ function fetchList() {
http
.get(
config.API.kpiPeriod +
`?page=${formQuery.page}&pageSize=${formQuery.pageSize}&keyword=${formQuery.keyword}&year=${formQuery.year}`
`/user?page=${formQuery.page}&pageSize=${formQuery.pageSize}&keyword=${formQuery.keyword}&year=${formQuery.year}`
)
.then((res) => {
const data: ResRound[] = res.data.result.data;