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-17 10:54:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c477eb05faf851df0e89c184e94741fa291da36
5c477eb0
1 parent
71b997e9
fix: 添加 gratitude_count 到 editData 以提交检查数据
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/composables/useCheckin.js
src/composables/useCheckin.js
View file @
5c477eb
...
...
@@ -319,6 +319,9 @@ export function useCheckin() {
if
(
submitData
.
gratitude_form_list
)
{
editData
.
gratitude_form_list
=
submitData
.
gratitude_form_list
}
if
(
submitData
.
gratitude_count
)
{
editData
.
gratitude_count
=
submitData
.
gratitude_count
}
result
=
await
editUploadTaskInfoAPI
(
editData
)
}
else
{
...
...
Please
register
or
login
to post a comment