KPI => ปรับ API round
This commit is contained in:
parent
b808db1c73
commit
1829f0917f
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ function fetchList() {
|
|||
http
|
||||
.get(
|
||||
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) => {
|
||||
const data: ResRound[] = res.data.result.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue