fix filter ทดลองงาน
This commit is contained in:
parent
cf449123e5
commit
d043396010
5 changed files with 7 additions and 7 deletions
|
|
@ -246,9 +246,9 @@ async function getpersonalList() {
|
|||
config.API.probationPersonalList() +
|
||||
`?status=${!fillter.value ? "" : fillter.value}&page=${
|
||||
pagination.value.page
|
||||
}&pageSize=${pagination.value.rowsPerPage}&keyword=${
|
||||
filterKeyword.value
|
||||
}`
|
||||
}&pageSize=${
|
||||
pagination.value.rowsPerPage
|
||||
}&keyword=${filterKeyword.value.trim()}`
|
||||
)
|
||||
.then(async (res) => {
|
||||
const data = await res.data.result.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue