แก้ ดึงข้อมูลลง ฟอร์ม
This commit is contained in:
parent
54c48e637d
commit
b436288c9b
3 changed files with 29 additions and 16 deletions
|
|
@ -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) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue