เเก้เปลี่ยนเเถว ที่ เเสดง
This commit is contained in:
parent
c7507a85a4
commit
fe0d9a4f2e
1 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ watch(
|
||||||
() => currentPage.value,
|
() => currentPage.value,
|
||||||
() => {
|
() => {
|
||||||
rowsPerPage.value = pagination.value.rowsPerPage;
|
rowsPerPage.value = pagination.value.rowsPerPage;
|
||||||
// getList();
|
getData()
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
@ -171,7 +171,7 @@ watch(
|
||||||
() => {
|
() => {
|
||||||
rowsPerPage.value = pagination.value.rowsPerPage;
|
rowsPerPage.value = pagination.value.rowsPerPage;
|
||||||
currentPage.value = 1;
|
currentPage.value = 1;
|
||||||
// getList();
|
getData()
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue