Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -309,7 +309,7 @@ export function useCheckin() { | ... | @@ -309,7 +309,7 @@ export function useCheckin() { |
| 309 | // 编辑打卡 | 309 | // 编辑打卡 |
| 310 | result = await editUploadTaskInfoAPI({ | 310 | result = await editUploadTaskInfoAPI({ |
| 311 | i: route.query.post_id, | 311 | i: route.query.post_id, |
| 312 | - subtask_id: route.query.subtask_id, | 312 | + subtask_id: submitData.subtask_id || route.query.subtask_id, |
| 313 | note: submitData.note, | 313 | note: submitData.note, |
| 314 | meta_id: submitData.meta_id, | 314 | meta_id: submitData.meta_id, |
| 315 | file_type: submitData.file_type, | 315 | file_type: submitData.file_type, | ... | ... |
-
Please register or login to post a comment