Showing
1 changed file
with
3 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-05-29 15:34:17 | 2 | * @Date: 2025-05-29 15:34:17 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-12-15 11:20:38 | 4 | + * @LastEditTime: 2025-12-15 13:55:28 |
| 5 | * @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue | 5 | * @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -636,6 +636,8 @@ const formatData = (data) => { | ... | @@ -636,6 +636,8 @@ const formatData = (data) => { |
| 636 | is_liked: item.is_like, | 636 | is_liked: item.is_like, |
| 637 | is_my: item.is_my, | 637 | is_my: item.is_my, |
| 638 | file_type: item.file_type, | 638 | file_type: item.file_type, |
| 639 | + subtask_title: item.subtask_title, | ||
| 640 | + subtask_id: item.subtask_id, | ||
| 639 | } | 641 | } |
| 640 | }) | 642 | }) |
| 641 | return formattedData; | 643 | return formattedData; | ... | ... |
-
Please register or login to post a comment