每页5条

This commit is contained in:
670788339
2025-10-28 14:06:58 +08:00
parent 926cf6e2f8
commit c98bc9ab30

View File

@@ -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();
};