ปรับ api path period active
This commit is contained in:
parent
2c75ca60cc
commit
53b9b37d0a
3 changed files with 6 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ function getRound() {
|
|||
showLoader();
|
||||
http
|
||||
.get(
|
||||
config.API.salaryPeriod() +
|
||||
config.API.salaryPeriodActive() +
|
||||
`?page=${page.value}&pageSize=${pageSize.value}&keyword=&year=0`
|
||||
)
|
||||
.then(async (res) => {
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ function getRound() {
|
|||
showLoader();
|
||||
http
|
||||
.get(
|
||||
config.API.salaryPeriod() +
|
||||
config.API.salaryPeriodActive() +
|
||||
`?page=${page.value}&pageSize=${pageSize.value}&keyword=&year=0`
|
||||
)
|
||||
.then(async (res) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue