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:15:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ef7fbdf15f24bf74d7675a8f547d82f0595f985a
ef7fbdf1
1 parent
b70e85bd
fix: 修复子任务ID类型转换问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/checkin/CheckinDetailPage.vue
src/views/checkin/CheckinDetailPage.vue
View file @
ef7fbdf
...
...
@@ -797,7 +797,7 @@ onMounted(async () => {
}
// 初始化选中的子任务ID
selectedTaskValue.value = [route.query.subtask_id]
selectedTaskValue.value = [
+
route.query.subtask_id]
// 获取小作业列表
const subtask_list = await getSubtaskListAPI({ task_id: route.query.id })
...
...
Please
register
or
login
to post a comment