提交 d9d87a6c authored 作者: matian's avatar matian

updates

上级 fe76095c
......@@ -20,7 +20,7 @@ const hasMore = ref(false)
let tabIndex = $ref(0)
const handleGetTeacherList = (val: any) => {
const params: any = { page_size: 5, page: teacherList.page, type: (val + 1).toString() }
const params: any = { page_size: 20, page: teacherList.page, type: (val + 1).toString() }
teacherList.loading = true
getTeacherList(params)
.then(res => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论