分页调整

This commit is contained in:
wangxuemei
2024-10-30 10:06:18 +08:00
parent 1f358f0059
commit 9c38b1632f
12 changed files with 130 additions and 85 deletions

View File

@@ -400,7 +400,9 @@ const getTableDate = (obj) => {
};
// // 翻页
const changePagination = (page, pageSize) => {
state.searchParam.pageNo = page;
state.searchParam.pageNo = page;
// state.pageNo = page;
state.searchParam.pageSize = pageSize;
getTableDate();
};
//删除弹窗