Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-15 13:02:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e267440514478eafb7499a01e20cb2a7cfcaf81
2e267440
1 parent
8d89b098
fix: 将任务列表获取限制从100增加到1000
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/teacher/TaskFilter.vue
src/components/teacher/TaskFilter.vue
View file @
2e26744
...
...
@@ -99,7 +99,7 @@ const fetchTaskList = async () => {
try {
const res = await getTeacherTaskListAPI({
group_id: props.groupId,
limit: 100,
limit: 100
0
,
page: 0
})
...
...
Please
register
or
login
to post a comment