เพิ่มส่ง filter year in kpi
This commit is contained in:
parent
1698d86024
commit
8a13dbe06e
2 changed files with 2 additions and 0 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue