Merge branch 'main' of git.zdool.com:xs/ggfwjsc

This commit is contained in:
lnn19986213 2024-06-04 15:26:00 +08:00
commit d6d687d73d
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;