เพิ่มส่ง 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,
|
kpiPeriodId: round.value,
|
||||||
status: formQuery.status === "" ? undefined : formQuery.status,
|
status: formQuery.status === "" ? undefined : formQuery.status,
|
||||||
results: formQuery.results === "" ? undefined : formQuery.results,
|
results: formQuery.results === "" ? undefined : formQuery.results,
|
||||||
|
year: year.value,
|
||||||
};
|
};
|
||||||
await http
|
await http
|
||||||
.get(config.API.kpiEvaluation, {
|
.get(config.API.kpiEvaluation, {
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,7 @@ async function fetchList() {
|
||||||
pageSize: store.formQuery.pageSize,
|
pageSize: store.formQuery.pageSize,
|
||||||
kpiPeriodId: store.formQuery.round,
|
kpiPeriodId: store.formQuery.round,
|
||||||
keyword: store.formQuery.keyword,
|
keyword: store.formQuery.keyword,
|
||||||
|
year: store.yearRound,
|
||||||
status:
|
status:
|
||||||
store.tabMainevaluator === "2"
|
store.tabMainevaluator === "2"
|
||||||
? "NEW"
|
? "NEW"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue