This commit is contained in:
parent
1b115f9a43
commit
e94170baef
|
@ -385,6 +385,7 @@ const chooseVillage = (village) => {
|
|||
};
|
||||
const close = () => {
|
||||
dialogShow.value = false;
|
||||
pagination.currentPage = 1;
|
||||
};
|
||||
const handlePagination = (current) => {
|
||||
pagination.currentPage = current;
|
||||
|
|
Loading…
Reference in New Issue