分页调整

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

@@ -838,9 +838,9 @@ console.log( "讲师体系id" +val);
// // 翻页
const changePagination = (page,pageSize) => {
state.searchParam.pageNo = page;
state.currentPage1 = page;
state.pageSize1 = pageSize;
getTableDate();
// state.pageNo = page;
state.searchParam.pageSize = pageSize;
getTableDate();
};
// 添加讲师费
const addTeacher = () => {