hookehuyr

fix: 将任务列表获取限制从100增加到1000

......@@ -99,7 +99,7 @@ const fetchTaskList = async () => {
try {
const res = await getTeacherTaskListAPI({
group_id: props.groupId,
limit: 100,
limit: 1000,
page: 0
})
......