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