Ver código fonte

添加分类

chenxiqiang 6 anos atrás
pai
commit
d32604ef23

+ 1
- 1
manage-server/app/Http/Controllers/ClassifyController.php Ver arquivo

@@ -23,7 +23,7 @@ class ClassifyController extends Controller
23 23
         }
24 24
 
25 25
         foreach ($classify_array as $key=>$value) {
26
-            $classify_array[$value->getPid()]->children[$key] = $value;
26
+            $classify_array[$value->pid]->children[$key] = $value;
27 27
         }
28 28
 
29 29
         return response()->json([

Carregando…
Cancelar
Salvar