Merge branch 'main' of git.zdool.com:xs/ggfwjsc
This commit is contained in:
commit
d6d687d73d
|
@ -385,6 +385,7 @@ const chooseVillage = (village) => {
|
||||||
};
|
};
|
||||||
const close = () => {
|
const close = () => {
|
||||||
dialogShow.value = false;
|
dialogShow.value = false;
|
||||||
|
pagination.currentPage = 1;
|
||||||
};
|
};
|
||||||
const handlePagination = (current) => {
|
const handlePagination = (current) => {
|
||||||
pagination.currentPage = current;
|
pagination.currentPage = current;
|
||||||
|
|
Loading…
Reference in New Issue