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:56:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7956f26dc0d5917c20cf7eda31ea00bf2bc0c507
7956f26d
1 parent
b2dfd9f5
feat(检查页面): 在formatData中添加subtask_title和subtask_id字段
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/checkin/IndexCheckInPage.vue
src/views/checkin/IndexCheckInPage.vue
View file @
7956f26
<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-12-15 1
1:20:3
8
* @LastEditTime: 2025-12-15 1
3:55:2
8
* @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue
* @Description: 文件描述
-->
...
...
@@ -636,6 +636,8 @@ const formatData = (data) => {
is_liked: item.is_like,
is_my: item.is_my,
file_type: item.file_type,
subtask_title: item.subtask_title,
subtask_id: item.subtask_id,
}
})
return formattedData;
...
...
Please
register
or
login
to post a comment