รายการการประเมินผลการปฏิบัติราชการระดับบุคคล =>ปรับ filter keyword
This commit is contained in:
parent
5d05c19c50
commit
ace0898ac7
1 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ function fetchList() {
|
||||||
http
|
http
|
||||||
.get(
|
.get(
|
||||||
config.API.kpiUserEvaluation +
|
config.API.kpiUserEvaluation +
|
||||||
`/admin?page=${formQuery.page}&pageSize=${formQuery.pageSize}&kpiPeriodId=${round.value}`
|
`/admin?page=${formQuery.page}&pageSize=${formQuery.pageSize}&kpiPeriodId=${round.value}&keyword=${filterKeyword.value}`
|
||||||
)
|
)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
const data = res.data.result;
|
const data = res.data.result;
|
||||||
|
|
@ -243,7 +243,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
v-model="filterKeyword"
|
v-model="filterKeyword"
|
||||||
label="ค้นหา"
|
label="ค้นหาชื่อผู้ขอรับการประเมิน"
|
||||||
@keydown.enter.prevent="changRound"
|
@keydown.enter.prevent="changRound"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue