fix filter ทดลองงาน
This commit is contained in:
parent
cf449123e5
commit
d043396010
5 changed files with 7 additions and 7 deletions
|
|
@ -284,7 +284,7 @@ async function getPerson() {
|
|||
isDirector: isDirector.value,
|
||||
pageSize: pagination.value.rowsPerPage,
|
||||
page: pagination.value.page,
|
||||
keyword: filterKeyword.value,
|
||||
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