KPI => ปรับ API round

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-29 16:28:06 +07:00
parent b808db1c73
commit 1829f0917f

View file

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