เพิ่มส่ง filter year in kpi

This commit is contained in:
Warunee Tamkoo 2025-08-01 09:50:48 +07:00
parent 1698d86024
commit 8a13dbe06e
2 changed files with 2 additions and 0 deletions

View file

@ -206,6 +206,7 @@ async function fetchList() {
kpiPeriodId: round.value,
status: formQuery.status === "" ? undefined : formQuery.status,
results: formQuery.results === "" ? undefined : formQuery.results,
year: year.value,
};
await http
.get(config.API.kpiEvaluation, {

View file

@ -133,6 +133,7 @@ async function fetchList() {
pageSize: store.formQuery.pageSize,
kpiPeriodId: store.formQuery.round,
keyword: store.formQuery.keyword,
year: store.yearRound,
status:
store.tabMainevaluator === "2"
? "NEW"