mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 17:26:46 +08:00
每页5条
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
v-if="courseTableTotal > 10"
|
||||
v-if="courseTableTotal > 5"
|
||||
:showSizeChanger="false"
|
||||
:showQuickJumper="true"
|
||||
:hideOnSinglePage="true"
|
||||
@@ -490,7 +490,7 @@ export default {
|
||||
state.courseDialogVisible = true;
|
||||
state.courseSearchParam.id = tagId;
|
||||
state.courseSearchParam.pageNo = 1;
|
||||
state.courseSearchParam.pageSize = 10;
|
||||
state.courseSearchParam.pageSize = 5;
|
||||
await getCourseListByTag();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user