This commit is contained in:
duanxiaohai 2024-06-04 14:35:04 +08:00
parent 1b115f9a43
commit e94170baef
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ const chooseVillage = (village) => {
};
const close = () => {
dialogShow.value = false;
pagination.currentPage = 1;
};
const handlePagination = (current) => {
pagination.currentPage = current;