更新组件

This commit is contained in:
2025-07-15 16:56:26 +08:00
parent 3b6e0d6912
commit 42cb2cb268
29 changed files with 58 additions and 40 deletions

View File

@ -126,7 +126,7 @@ import * as MOSTY from "@/components/MyComponents/index";
};
const changeNo = (val) => {
pageData.pageConfiger.pageNum = val;
pageData.pageConfiger.pageCurrent = val;
getList();
};
const changeSize = (val) => {