Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -319,6 +319,9 @@ export function useCheckin() { | ... | @@ -319,6 +319,9 @@ export function useCheckin() { |
| 319 | if (submitData.gratitude_form_list) { | 319 | if (submitData.gratitude_form_list) { |
| 320 | editData.gratitude_form_list = submitData.gratitude_form_list | 320 | editData.gratitude_form_list = submitData.gratitude_form_list |
| 321 | } | 321 | } |
| 322 | + if (submitData.gratitude_count) { | ||
| 323 | + editData.gratitude_count = submitData.gratitude_count | ||
| 324 | + } | ||
| 322 | 325 | ||
| 323 | result = await editUploadTaskInfoAPI(editData) | 326 | result = await editUploadTaskInfoAPI(editData) |
| 324 | } else { | 327 | } else { | ... | ... |
-
Please register or login to post a comment