แก้ ดึงข้อมูลลง ฟอร์ม

This commit is contained in:
STW_TTTY\stwtt 2024-04-05 09:26:07 +07:00
parent 54c48e637d
commit b436288c9b
3 changed files with 29 additions and 16 deletions

View file

@ -183,7 +183,6 @@ function searchFilter() {
`?page=${formFilter.page}&pageSize=${formFilter.pageSize}&searchField=${search.value}&searchKeyword=${inputSearch.value}`
)
.then((res) => {
console.log(res.data.result.data);
const data = res.data.result.data;
maxPage.value = Math.ceil(res.data.result.total / formFilter.pageSize);
rows.value = data.map((item: any) => ({