wangzq 2 years ago
parent
commit
e6c216815a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Http/Controllers/QuickApp/User/UserController.php

+ 2 - 1
app/Http/Controllers/QuickApp/User/UserController.php

@@ -397,7 +397,8 @@ class UserController extends BaseController
             }
             unset($val);
         }
-
+        $new_user_tasks = $new_user_tasks->toArray();
+        $date_tasks     = $date_tasks->toArray();
         return response()->success(compact('new_user_tasks', 'date_tasks'));
     }