提交 c1208bc5 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 665df31f
......@@ -21,8 +21,7 @@ const currentCourseList = $computed<any[]>(() => {
const start = (page.currentPage - 1) * page.size
// 结束位置 = 当前页 x 每页的大小
const end = page.currentPage * page.size
const pageList = courseFilterList.slice(start, end)
return pageList
return courseFilterList.slice(start, end)
})
const paginationLayout = $computed(() => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论