mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 09:26:44 +08:00
样式调整
This commit is contained in:
@@ -595,7 +595,7 @@ export default {
|
||||
const changeCourseSizePagination = (page, pageSize) => {
|
||||
console.log('changeCourseSizePagination page :', page + " , pageSize = " + pageSize);
|
||||
state.courseSearchParam.pageNo = 1;
|
||||
state.courseSearchParam.pageSize = page;
|
||||
state.courseSearchParam.pageSize = pageSize;
|
||||
getCourseListByTag();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user