no message

This commit is contained in:
STW_TTTY\stwtt 2024-04-22 13:09:52 +07:00
parent 6c6cdc0462
commit 9ddeab7ba0
2 changed files with 9 additions and 6 deletions

View file

@ -74,7 +74,7 @@ function fetchList() {
http
.get(
config.API.kpiRoleMainList +
`?page=${formFilter.page}&pageSize=${formFilter.pageSize}&kpiPeriodId=${formFilter.round}&position=${formFilter.position}`
`?page=${formFilter.page}&pageSize=${formFilter.pageSize}&kpiPeriodId=${formFilter.round}&position=${formFilter.position}&year=2024`
)
.then((res) => {
console.log(res);
@ -306,6 +306,7 @@ onMounted(async () => {
option-value="id"
emit-value
map-options
@update:model-value="fetchList"
style="width: 200px;"
/>