mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
分页调整
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user